From ebd6b2cbd76dcb18b49c85c67d9d55ca9d2b080f Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 19 Jul 2022 16:56:16 +0200 Subject: [PATCH] Sync default themes again This takes the values from the .theme file. In future we might think about re-using that, but for now it's too new and seems brittle to depend on it. --- share/functions/__fish_config_interactive.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index e305a2947..52d4a459f 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -48,7 +48,7 @@ function __fish_config_interactive -d "Initializations that should be performed __init_uvar fish_color_cwd_root red # Background color for search matches - __init_uvar fish_color_search_match --background=brblack + __init_uvar fish_color_search_match bryellow --background=brblack # Background color for selections __init_uvar fish_color_selection white --bold --background=brblack @@ -58,7 +58,7 @@ function __fish_config_interactive -d "Initializations that should be performed __init_uvar fish_color_cancel -r # Pager colors - __init_uvar fish_pager_color_prefix cyan --bold --underline + __init_uvar fish_pager_color_prefix normal --bold --underline __init_uvar fish_pager_color_completion normal __init_uvar fish_pager_color_description B3A06D yellow -i __init_uvar fish_pager_color_progress brwhite --background=cyan