Victor Franzi - Git Sources dotfiles / 4854eb3
new colors rotsix 7 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 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: