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:
Fabian Homborg
2018-12-05 09:51:46 +01:00
parent 6f33c0ccb5
commit fa5f3fe9a0

View File

@@ -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'
};