From 0519ba55130143a435ced3a20e18cf1a984d5582 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 3 Nov 2025 20:55:52 +0100 Subject: [PATCH] color adaptions for fish --- modules/fish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)