From 0389a047ea1b9af71d81ac0463f1c9d77946f2ac Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 20 Oct 2025 22:27:09 +0200 Subject: Adjust for swapped white values --- zsh/modules/color.zsh | 4 ++-- 1 file 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' -- cgit