diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:27:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:30:18 +0200 |
| commit | 0389a047ea1b9af71d81ac0463f1c9d77946f2ac (patch) | |
| tree | 1395f1855293ebfdd7467dc8d2da28625b609b58 /zsh | |
| parent | 5592ea0256cf0739c671a0f477684e7a6a847990 (diff) | |
Adjust for swapped white values
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' |