From 35db0fb5df77c5b323ffdd308dd1dbb9fcc40e1f Mon Sep 17 00:00:00 2001 From: crocket <748856+crocket@users.noreply.github.com> Date: Fri, 30 Nov 2018 16:45:55 +0900 Subject: [PATCH] Improve the contrast of the pager for solarized dark theme. By setting fish_pager_color_completion to B3A06D, the pager gets more visual contrast. --- share/tools/web_config/js/colorutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/web_config/js/colorutils.js b/share/tools/web_config/js/colorutils.js index e0e2bc20b..310175ada 100644 --- a/share/tools/web_config/js/colorutils.js +++ b/share/tools/web_config/js/colorutils.js @@ -307,7 +307,7 @@ var color_scheme_solarized_dark = { quote: solarized.base00, redirection: solarized.violet, search_match: 'bryellow --background=black', - fish_pager_color_completion: 'cyan', + fish_pager_color_completion: 'B3A06D', fish_pager_color_description: 'B3A06D', fish_pager_color_prefix: 'cyan --underline', fish_pager_color_progress: 'brwhite --background=cyan',