fixes fish colors

This commit is contained in:
Dennis Schoepf 2025-11-03 20:51:54 +01:00
parent 959a016dee
commit a22b26a0f1

View file

@ -103,24 +103,24 @@
# Custom Colorscheme # Custom Colorscheme
set --universal fish_color_autosuggestion brblack # autosuggestions set --universal fish_color_autosuggestion brblack # autosuggestions
set --universal fish_color_command white # commands set --universal fish_color_command brwhite # commands
set --universal fish_color_comment brblack # code comments set --universal fish_color_comment brblack # code comments
set --universal fish_color_cwd brblack # current working directory in the default prompt set --universal fish_color_cwd brblack # current working directory in the default prompt
set --universal fish_color_end brblack # process separators like ';' and '&' set --universal fish_color_end brblack # process separators like ';' and '&'
set --universal fish_color_error brred # highlight potential errors set --universal fish_color_error brwhite # highlight potential errors
set --universal fish_color_escape brblack # highlight character escapes like '\n' and '\x70' set --universal fish_color_escape brblack # highlight character escapes like '\n' and '\x70'
set --universal fish_color_match yellow # highlight matching parenthesis set --universal fish_color_match yellow # highlight matching parenthesis
set --universal fish_color_normal white # 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 brblack # 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)
set --universal fish_color_selection brmagenta # when selecting text (in vi visual mode) set --universal fish_color_selection --background magenta # when selecting text (in vi visual mode)
set --universal fish_color_cancel brblack # ayu:common.bg the '^C' indicator on a canceled command set --universal fish_color_cancel brblack # the '^C' indicator on a canceled command
set --universal fish_color_host white # current host system in some of fish default prompts set --universal fish_color_host brwhite # current host system in some of fish default prompts
set --universal fish_color_host_remote yellow #ayu:syntax.constant current host system in some of fish default prompts, if fish is running remotely (via ssh or similar) set --universal fish_color_host_remote yellow #ayu:syntax.constant current host system in some of fish default prompts, if fish is running remotely (via ssh or similar)
set --universal fish_color_user white # current username in some of fish default prompts set --universal fish_color_user brwhite # current username in some of fish default prompts
set -x GPG_TTY (tty) set -x GPG_TTY (tty)