aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-12-02 13:45:56 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-12-02 13:45:56 -0700
commitf18bdf7c821713e6909b37221800a50f1cc7ee6f (patch)
treeeb1d688fd7d0fc1fb35d8388abea6d570ae0a600
parent5bcffe6e8c08688e69c9b0765bfb34369b2175dc (diff)
downloaddotfiles-f18bdf7c821713e6909b37221800a50f1cc7ee6f.tar.gz
use default zsh highlight for strings
the red was tough to see in this style; dunno why haven't bothered changing in the past 2 years or whatever <_>
-rw-r--r--.zshrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 8da96cb..53def3f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -85,15 +85,7 @@ local HIGHLIGHT_DIR="$HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.
source $HIGHLIGHT_DIR
-ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
-
-#ZSH_HIGHLIGHT_STYLES[alias]="fg=yellow"
-#ZSH_HIGHLIGHT_STYLES[builtin]="fg=yellow"
-#ZSH_HIGHLIGHT_STYLES[function]="fg=yellow"
-#ZSH_HIGHLIGHT_STYLES[command]="fg=yellow"
-
-ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=red"
-ZSH_HIGHLIGHT_STYLES[double-quoted-argument]="fg=red"
+ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
################# KEYBINDINGS #################