aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar maxfl <gmaxfl@gmail.com>2012-06-27 07:17:00 +0400
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-29 18:53:22 -0700
commita02aa7a3166f2ba92cbb6eebc2b201ebb7a9f78b (patch)
treea671045150e137e672e27e70725b40b46668bf48 /doc_src
parent3ab26a5d40a554606b6ca41442aa14e975900332 (diff)
Step coloring for fish_pager introduces new variable
fish_pager_color_secondary to set background of every second completion line. It simplifies finding the options corresponding to given description. Default color is 151515.
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 84eb58cd..84ed5a55 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -1004,6 +1004,7 @@ highlighting in the completion pager:
- \c fish_pager_color_completion, the color of the completion itself
- \c fish_pager_color_description, the color of the completion description
- \c fish_pager_color_progress, the color of the progress bar at the bottom left corner
+- \c fish_pager_color_secondary, the background color of the every second completion
Example:
@@ -1227,8 +1228,8 @@ 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. Usually, the value of these variables will
+fish_pager_color_description, \c fish_pager_color_progress
+and \c fish_pager_color_secondary. 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.