diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/modules/color.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/modules/color.zsh b/zsh/modules/color.zsh index ccf3d2a..1d4c2a3 100644 --- a/zsh/modules/color.zsh +++ b/zsh/modules/color.zsh @@ -1,2 +1,2 @@ -ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=green,bg=15' -ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=green,bg=15' +ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=green,bg=white' +ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=green,bg=white' |