diff --git a/modules/fish/default.nix b/modules/fish/default.nix index bc982a8..d025074 100644 --- a/modules/fish/default.nix +++ b/modules/fish/default.nix @@ -95,13 +95,13 @@ fish_mode_prompt = '' switch $fish_bind_mode case default - set_color --bold blue + set_color --bold brcyan echo '[N] ' case insert - set_color --bold green + set_color --bold brgreen echo '[I] ' case replace_one - set_color --bold green + set_color --bold yellow echo '[R] ' case replace set_color --bold bryellow @@ -132,8 +132,8 @@ set --universal fish_color_match yellow # highlight matching parenthesis set --universal fish_color_normal brwhite # default color set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~' - set --universal fish_color_param brmagenta # regular command parameters - set --universal fish_color_quote bryellow # quoted blocks of text + set --universal fish_color_param bryellow # regular command parameters + set --universal fish_color_quote brmagenta # quoted blocks of text set --universal fish_color_redirection brwhite # 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)