mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
parent
be1c022861
commit
2713265b01
1 changed files with 10 additions and 0 deletions
|
@ -284,6 +284,11 @@ var color_scheme_solarized_light = {
|
||||||
param: solarized.base00,
|
param: solarized.base00,
|
||||||
quote: solarized.base0,
|
quote: solarized.base0,
|
||||||
redirection: solarized.violet,
|
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'
|
url: 'http://ethanschoonover.com/solarized'
|
||||||
};
|
};
|
||||||
|
@ -301,6 +306,11 @@ var color_scheme_solarized_dark = {
|
||||||
param: solarized.base0,
|
param: solarized.base0,
|
||||||
quote: solarized.base00,
|
quote: solarized.base00,
|
||||||
redirection: solarized.violet,
|
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'
|
url: 'http://ethanschoonover.com/solarized'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue