adapts pager color

This commit is contained in:
Dennis Schoepf 2025-11-04 09:23:30 +01:00
parent 9a3d3dbc35
commit 102e9f556c

View file

@ -117,6 +117,7 @@
set --universal fish_color_redirection brblack # IO redirections
set --universal fish_color_search --bold --background=black --foreground=bryellow
set --universal fish_color_search_match --background black # highlight history search matches and the selected pager item (must be a background)
set --universal fish_pager_color_selected_background --background black --foreground brmagenta
set --universal fish_color_selection --background magenta # when selecting text (in vi visual mode)
set --universal fish_color_cancel brblack # the '^C' indicator on a canceled command
set --universal fish_color_host brwhite # current host system in some of fish default prompts