aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-18 05:34:50 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-18 05:34:50 +1000
commit509b3598f7ab3f7582bdee393f0890aa8271fbc9 (patch)
treeba726667b3dec3d853f9deff18b598bf06ba8213 /doc_src
parentaa783fc65762257e521efeebcee6782a1154fae0 (diff)
Make manual and completions reflect the facty that any combination od set_color params are valid values for $fish_color_* variables
darcs-hash:20060117193450-ac50b-636c59494399d88151174ee28096d93c0bcdd16d.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/doc.hdr14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 1ed33504..0a0b2d36 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -925,11 +925,15 @@ fish_color_substitution, \c fish_color_redirection, \c fish_color_end,
\c fish_color_error, \c fish_color_param, \c fish_color_comment, \c
fish_color_match, \c fish_color_search_match, \c fish_color_cwd, \c
fish_pager_color_prefix, \c fish_pager_color_completion, \c
-fish_pager_color_description and \c fish_pager_color_progress. Valid
-values are \c black, \c red, \c green, \c brown, \c yellow, \c blue,
-\c magenta, \c purple, \c cyan, \c white or \c normal. Setting one of
-the above variables to normal will mean that the text color will be
-set to the default foreground color for the terminal.
+fish_pager_color_description and \c
+fish_pager_color_progress. Usually, the value of these variables will
+be one of \c black, \c red, \c green, \c brown, \c yellow, \c blue, \c
+magenta, \c purple, \c cyan, \c white or \c normal, but they can be an
+array containing any color options for the set_color command.
+
+Issuing <code>set fish_color_error black --background=red
+--bold</code> will make all commandline errors be written in a black,
+bold font, with a red background.
\subsection prompt Programmable prompt