mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 20:16:12 +08:00
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:
parent
edf95478d9
commit
35db0fb5df
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user