mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
themes/default: Set pager selection to reverse
This makes it look okay on both light and dark backgrounds.
This commit is contained in:
parent
2a98b7a593
commit
24f9fdd0a7
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
__init_uvar fish_pager_color_completion
|
||||
__init_uvar fish_pager_color_description B3A06D yellow
|
||||
__init_uvar fish_pager_color_progress brwhite --background=cyan
|
||||
__init_uvar fish_pager_color_selected_background -r
|
||||
|
||||
#
|
||||
# Directory history colors
|
||||
|
|
|
@ -25,5 +25,6 @@ fish_pager_color_description B3A06D yellow
|
|||
fish_color_cancel -r
|
||||
fish_pager_color_prefix normal --bold --underline
|
||||
fish_pager_color_progress brwhite --background=cyan
|
||||
fish_pager_color_selected_background -r
|
||||
fish_color_option 00afff
|
||||
fish_color_keyword 005fd7
|
||||
|
|
Loading…
Reference in a new issue