diff --git a/modules/fish/default.nix b/modules/fish/default.nix index e3e087a..c6ba3d4 100644 --- a/modules/fish/default.nix +++ b/modules/fish/default.nix @@ -112,7 +112,7 @@ 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 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_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)