new colors
rotsix
7 years ago
0 | 0 | ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor line root) |
1 | ||
2 | ZSH_HIGHLIGHT_STYLES[alias]='fg=blue' | |
3 | ZSH_HIGHLIGHT_STYLES[builtin]='fg=blue' | |
4 | ZSH_HIGHLIGHT_STYLES[function]='fg=blue' | |
5 | ZSH_HIGHLIGHT_STYLES[command]='fg=blue' | |
6 | ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=magenta' | |
7 | ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=red' | |
8 | ||
9 | # vim: ft=zsh: |