diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 22:21:34 +0200 |
| commit | 5592ea0256cf0739c671a0f477684e7a6a847990 (patch) | |
| tree | d34c3b3ed652f05ac0c373e02c7fa7bc996e1252 /zsh/modules/color.zsh | |
| parent | 34eb520236eeeb4eb5417c184541bfb9d0d5efee (diff) | |
Light mode color improvement
Diffstat (limited to 'zsh/modules/color.zsh')
| -rw-r--r-- | zsh/modules/color.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/modules/color.zsh b/zsh/modules/color.zsh new file mode 100644 index 0000000..ccf3d2a --- /dev/null +++ b/zsh/modules/color.zsh @@ -0,0 +1,2 @@ +ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=green,bg=15' +ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=green,bg=15' |