mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Set base16 colors for operator, escape, and match
This commit is contained in:
parent
1331b32cce
commit
e143618aef
1 changed files with 3 additions and 0 deletions
|
@ -293,8 +293,11 @@ var Base16Theme = {
|
|||
receiver['end'] = theme.base0E
|
||||
receiver['error'] = theme.base08
|
||||
receiver['param'] = theme.base05
|
||||
receiver['operator'] = theme.base0D
|
||||
receiver['escape'] = theme.base0C
|
||||
receiver['quote'] = theme.base0A
|
||||
receiver['redirection'] = theme.base05
|
||||
receiver['match'] = theme.base0D
|
||||
|
||||
receiver['colors'] = []
|
||||
for (var key in theme) receiver['colors'].push(theme[key])
|
||||
|
|
Loading…
Reference in a new issue