themes/default: Set pager selection to reverse

This makes it look okay on both light and dark backgrounds.
This commit is contained in:
Fabian Homborg 2022-01-19 17:23:23 +01:00
parent 2a98b7a593
commit 24f9fdd0a7
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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