From f18bdf7c821713e6909b37221800a50f1cc7ee6f Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 2 Dec 2023 13:45:56 -0700 Subject: 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 <_> --- .zshrc | 10 +--------- 1 file changed, 1 insertion(+), 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 ################# -- cgit v1.2.3