mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Update set_color documentation
This commit is contained in:
parent
8351ec0afd
commit
4edfd6d9d6
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ Change the foreground and/or background color of the terminal.
|
|||
COLOR is one of black, red, green, brown, yellow, blue, magenta,
|
||||
purple, cyan, white and normal.
|
||||
|
||||
If your terminal supports term256 (modern xterms and OS X Lion),
|
||||
you can specify an RGB value with three or six hex digits, such
|
||||
as A0FF33 or f2f. fish will choose the closest supported color.
|
||||
|
||||
- \c -b, \c --background Set the background color
|
||||
- \c -c, \c --print-colors Prints a list of all valid color names
|
||||
- \c -h, \c --help Display help message and exit
|
||||
|
|
Loading…
Reference in a new issue