Improve the contrast of the pager for solarized dark theme.

By setting fish_pager_color_completion to B3A06D,
the pager gets more visual contrast.
This commit is contained in:
crocket 2018-11-30 16:45:55 +09:00 committed by Fabian Homborg
parent edf95478d9
commit 35db0fb5df

View File

@ -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',