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

  1. ZSH_HIGHLIGHT_HIGHLIGHTERS=(main)
  2. typeset -A ZSH_HIGHLIGHT_STYLES
  3. ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="fg=magenta"
  4. ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=magenta"
  5. ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=cyan"
  6. ZSH_HIGHLIGHT_STYLES[double-quoted-argument]="fg=cyan"
  7. ZSH_HIGHLIGHT_STYLES[single-quoted-argument-unclosed]="fg=cyan"
  8. ZSH_HIGHLIGHT_STYLES[double-quoted-argument-unclosed]="fg=cyan"
  9. ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]="fg=cyan"
  10. ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument-unclosed]="fg=cyan"