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:
Adam Skoufis 2021-09-30 01:17:21 +10:00 committed by GitHub
parent 35bd06a13e
commit d619d79117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: