-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
featurea feature request or enhancementa feature request or enhancement
Description
I think it would be useful. as an antonym to .emph
pillar::style_subtle() as an inspiration?
I did a bit of investigation and rlang use silver() for printing see last trace. and usethis uses silver by default for their code output.
https://github.com/r-lib/rlang/pull/1400/files
cli::cli_text("{.subtle code}")
pillar::style_subtle("code")
"\033[38;5;246mcode\033[39m"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement