My zsh config made from scratch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
535 B

ZSH_HIGHLIGHT_HIGHLIGHTERS=(main)
typeset -A ZSH_HIGHLIGHT_STYLES
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="fg=magenta"
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=magenta"
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=cyan"
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]="fg=cyan"
ZSH_HIGHLIGHT_STYLES[single-quoted-argument-unclosed]="fg=cyan"
ZSH_HIGHLIGHT_STYLES[double-quoted-argument-unclosed]="fg=cyan"
ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]="fg=cyan"
ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument-unclosed]="fg=cyan"