adapts theme colors

This commit is contained in:
Dennis Schoepf 2025-11-04 09:16:16 +01:00
parent 0519ba5513
commit 9a3d3dbc35
2 changed files with 25 additions and 23 deletions

View file

@ -115,7 +115,8 @@
set --universal fish_color_param brmagenta # regular command parameters
set --universal fish_color_quote yellow # quoted blocks of text
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 --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_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