From 2713265b01462a59acba95ae2b6643faa557d0bb Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 29 Nov 2018 15:18:13 +0100 Subject: [PATCH] webconfig: Improve Solarized schemes Fixes #5315. --- share/tools/web_config/js/colorutils.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/share/tools/web_config/js/colorutils.js b/share/tools/web_config/js/colorutils.js index 3b9fdebf0..e0e2bc20b 100644 --- a/share/tools/web_config/js/colorutils.js +++ b/share/tools/web_config/js/colorutils.js @@ -284,6 +284,11 @@ var color_scheme_solarized_light = { param: solarized.base00, quote: solarized.base0, redirection: solarized.violet, + search_match: 'bryellow --background=white', + fish_pager_color_completion: 'green', + fish_pager_color_description: 'B3A06D', + fish_pager_color_prefix: 'cyan --underline', + fish_pager_color_progress: 'brwhite --background=cyan', url: 'http://ethanschoonover.com/solarized' }; @@ -301,6 +306,11 @@ var color_scheme_solarized_dark = { param: solarized.base0, quote: solarized.base00, redirection: solarized.violet, + search_match: 'bryellow --background=black', + fish_pager_color_completion: 'cyan', + fish_pager_color_description: 'B3A06D', + fish_pager_color_prefix: 'cyan --underline', + fish_pager_color_progress: 'brwhite --background=cyan', url: 'http://ethanschoonover.com/solarized' };