mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Fix typo in set_colors
command documentation (#8321)
* Fix typo in `set_colors` command documentation * Replace `It` with `VALUE` to reduce ambiguity
This commit is contained in:
parent
35bd06a13e
commit
d619d79117
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Synopsis
|
|||
Description
|
||||
-----------
|
||||
|
||||
``set_color`` is used to control the color and styling of text in the terminal. ``VALUE`` describes that styling. It's a reserved color name like *red* or a RGB color value given as 3 or 6 hexadecimal digits ("F27" or "FF2277"). A special keyword *normal* resets text formatting to terminal defaults.
|
||||
``set_color`` is used to control the color and styling of text in the terminal. ``VALUE`` describes that styling. ``VALUE`` can be a reserved color name like *red* or a RGB color value given as 3 or 6 hexadecimal digits ("F27" or "FF2277"). A special keyword *normal* resets text formatting to terminal defaults.
|
||||
|
||||
Valid colors include:
|
||||
|
||||
|
|
Loading…
Reference in a new issue