diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 9880cf801..077609cca 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -62,7 +62,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 white --bold --underline + __init_uvar fish_pager_color_prefix normal --bold --underline __init_uvar fish_pager_color_completion __init_uvar fish_pager_color_description B3A06D yellow __init_uvar fish_pager_color_progress brwhite --background=cyan diff --git a/share/tools/web_config/js/colorutils.js b/share/tools/web_config/js/colorutils.js index f97fd1fca..4037a9951 100644 --- a/share/tools/web_config/js/colorutils.js +++ b/share/tools/web_config/js/colorutils.js @@ -241,7 +241,7 @@ var color_scheme_fish_default = { 'search_match' : 'bryellow --background=brblack', 'fish_pager_color_completion' : '', 'fish_pager_color_description' : 'B3A06D yellow', - 'fish_pager_color_prefix' : 'white --bold --underline', + 'fish_pager_color_prefix' : 'normal --bold --underline', 'fish_pager_color_progress' : 'brwhite --background=cyan', 'normal' : 'normal', 'user' : 'brgreen',