Customizing cli
- Show characters for bullets:
options(cli.condition_unicode_bullets = FALSE)
- Customize bullets:
options(cli.user_theme = list(".cli_rlang .bullet-*" = list(before = "* "))
- Override colors: “background-color” & “color” in theme (see vignette)