aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-10-20 22:27:09 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-10-20 22:30:18 +0200
commit0389a047ea1b9af71d81ac0463f1c9d77946f2ac (patch)
tree1395f1855293ebfdd7467dc8d2da28625b609b58 /zsh
parent5592ea0256cf0739c671a0f477684e7a6a847990 (diff)
Adjust for swapped white values
Diffstat (limited to 'zsh')
-rw-r--r--zsh/modules/color.zsh4
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'