From 102e9f556ce2524dc0b9b4fef7a1beb2f71acf32 Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 4 Nov 2025 09:23:30 +0100 Subject: [PATCH] adapts pager color --- modules/fish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish/default.nix b/modules/fish/default.nix index 43327d8..a0d2e3b 100644 --- a/modules/fish/default.nix +++ b/modules/fish/default.nix @@ -117,6 +117,7 @@ set --universal fish_color_redirection brblack # 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) + set --universal fish_pager_color_selected_background --background black --foreground brmagenta 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