color adaptions for fish

This commit is contained in:
Dennis Schoepf 2025-11-03 20:55:52 +01:00
parent a22b26a0f1
commit 0519ba5513

View file

@ -112,7 +112,7 @@
set --universal fish_color_match yellow # highlight matching parenthesis set --universal fish_color_match yellow # highlight matching parenthesis
set --universal fish_color_normal brwhite # default color set --universal fish_color_normal brwhite # default color
set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~' set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~'
set --universal fish_color_param brblack # regular command parameters set --universal fish_color_param brmagenta # regular command parameters
set --universal fish_color_quote yellow # quoted blocks of text set --universal fish_color_quote yellow # quoted blocks of text
set --universal fish_color_redirection brblack # IO redirections set --universal fish_color_redirection brblack # IO redirections
set --universal fish_color_search_match --background brblack # highlight history search matches and the selected pager item (must be a background) set --universal fish_color_search_match --background brblack # highlight history search matches and the selected pager item (must be a background)