aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set_color.txt
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-25 02:14:26 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-25 02:14:26 -0700
commit4edfd6d9d6e9d5dca64e53b2da12a393fc378c22 (patch)
tree7aa00e99edc3eccde944865dd8f0446ff3f0f7dc /doc_src/set_color.txt
parent8351ec0afdabf6e3c06216f1fbf717d39d4cb120 (diff)
Update set_color documentation
Diffstat (limited to 'doc_src/set_color.txt')
-rw-r--r--doc_src/set_color.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt
index 94e8b869..ccd2d244 100644
--- a/doc_src/set_color.txt
+++ b/doc_src/set_color.txt
@@ -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