aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-02-21 13:58:15 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-02-21 13:58:15 +0100
commit585c03db72fad2fe790937890dc0a82b4354baf6 (patch)
treedecfc714eb9734c7871cb38c715181508203bd03 /doc_src
parent613739ba072deffb7c0447de02c4a5a3ce296add (diff)
docs: Remove duplicate color variable listing
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index bba0290b..311138d9 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -1106,13 +1106,7 @@ Detected errors include:
When the cursor is over a parenthesis or a quote, `fish` also highlights its matching quote or parenthesis.
-To customize the syntax highlighting, you can set the environment variables `fish_color_normal`, `fish_color_command`, `fish_color_substitution`, `fish_color_redirection`, `fish_color_end`, `fish_color_error`, `fish_color_param`, `fish_color_comment`, `fish_color_match`, `fish_color_search_match`, `fish_color_cwd`, `fish_pager_color_prefix`, `fish_pager_color_completion`, `fish_pager_color_description`, `fish_pager_color_progress` and `fish_pager_color_secondary`. Usually, the value of these variables will be one of `black`, `red`, `green`, `brown`, `yellow`, `blue`, `magenta`, `purple`, `cyan`, `white` or `normal`, but they can be an array containing any color options for the `set_color` command.
-
-\fish
-set fish_color_error black --background=red --bold
-# Make all commandline errors be written in a black,
-# bold font, with a red background.
-\endfish
+To customize the syntax highlighting, you can set the environment variables listed in the <a href='index.html#variables-color'>Variables for changing highlighting colors</a> section.
\subsection title Programmable title