mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Set base16 colors for operator, escape, and match
This commit is contained in:
committed by
ridiculousfish
parent
1331b32cce
commit
e143618aef
@@ -293,8 +293,11 @@ var Base16Theme = {
|
|||||||
receiver['end'] = theme.base0E
|
receiver['end'] = theme.base0E
|
||||||
receiver['error'] = theme.base08
|
receiver['error'] = theme.base08
|
||||||
receiver['param'] = theme.base05
|
receiver['param'] = theme.base05
|
||||||
|
receiver['operator'] = theme.base0D
|
||||||
|
receiver['escape'] = theme.base0C
|
||||||
receiver['quote'] = theme.base0A
|
receiver['quote'] = theme.base0A
|
||||||
receiver['redirection'] = theme.base05
|
receiver['redirection'] = theme.base05
|
||||||
|
receiver['match'] = theme.base0D
|
||||||
|
|
||||||
receiver['colors'] = []
|
receiver['colors'] = []
|
||||||
for (var key in theme) receiver['colors'].push(theme[key])
|
for (var key in theme) receiver['colors'].push(theme[key])
|
||||||
|
|||||||
Reference in New Issue
Block a user