mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
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.
This commit is contained in:
@@ -122,6 +122,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
||||
set_default fish_pager_color_completion normal
|
||||
set_default fish_pager_color_description normal
|
||||
set_default fish_pager_color_progress cyan
|
||||
set_default fish_pater_color_secondary 151515
|
||||
|
||||
#
|
||||
# Directory history colors
|
||||
|
||||
Reference in New Issue
Block a user