mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
committed by
Andrew Gallant
parent
aebab44e3e
commit
ff8afcf8aa
4
FAQ.md
4
FAQ.md
@ -265,8 +265,8 @@ The `--colors` flag is a bit more complicated. The general format is:
|
||||
to bold the output or not).
|
||||
* `{value}` is determined by the value of `{attribute}`. If
|
||||
`{attribute}` is `style`, then `{value}` should be one of `nobold`,
|
||||
`bold`, `nointense`, `intense`, `nounderline` or `underline`. If
|
||||
`{attribute}` is `fg` or `bg`, then `{value}` should be a color.
|
||||
`bold`, `nointense`, `intense`, `nounderline`, `underline`, `noitalic` or
|
||||
`italic`. If `{attribute}` is `fg` or `bg`, then `{value}` should be a color.
|
||||
|
||||
A color is specified by either one of eight of English names, a single 256-bit
|
||||
number or an RGB triple (with over 16 million possible values, or "true
|
||||
|
Reference in New Issue
Block a user