mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 06:41:15 -03:00
webconfig: Update default colorscheme
This was missing a bunch of variables from __fish_config_interactive. Ideally we wouldn't have to duplicate this info, but I don't have a great solution either.
This commit is contained in:
@@ -227,7 +227,7 @@ var color_scheme_fish_default = {
|
||||
'colors': [],
|
||||
'preferred_background': 'black',
|
||||
|
||||
'autosuggestion': '555',
|
||||
'autosuggestion': '555 brblack',
|
||||
'command': '005fd7',
|
||||
'param': '00afff',
|
||||
'redirection': '00afff',
|
||||
@@ -236,7 +236,22 @@ var color_scheme_fish_default = {
|
||||
'escape': '00a6b2',
|
||||
'operator': '00a6b2',
|
||||
'quote': '999900',
|
||||
'end': '009900'
|
||||
'end': '009900',
|
||||
'search_match' : 'bryellow --background=brblack',
|
||||
'fish_pager_color_completion' : '',
|
||||
'fish_pager_color_description' : 'B3A06D yellow',
|
||||
'fish_pager_color_prefix' : 'white --bold --underline',
|
||||
'fish_pager_color_progress' : 'brwhite --background=cyan',
|
||||
'normal' : 'normal',
|
||||
'user' : 'brgreen',
|
||||
'host' : 'normal',
|
||||
'valid_path' : '--underline',
|
||||
'cwd' : 'green',
|
||||
'cwd_root' : 'red',
|
||||
'match' : '--background=brblue',
|
||||
'selection' : 'white --bold --background=brblack',
|
||||
'cancel' : '-r',
|
||||
'history_current' : '--bold'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user