home | blog | art | now | git gpg | email | rss

dotfiles

My personal dotfiles
git clone git://pollux.codes/git/dotfiles.git
Log | Files | Refs | LICENSE

10_theme.zsh (675B)


      1 ZSH_HIGHLIGHT_STYLES[unknown-token]=fg=red,bold
      2 ZSH_HIGHLIGHT_STYLES[reserved-word]=fg=magenta
      3 ZSH_HIGHLIGHT_STYLES[alias]=fg=magenta
      4 ZSH_HIGHLIGHT_STYLES[suffix-alias]=fg=magenta
      5 ZSH_HIGHLIGHT_STYLES[global-alias]=fg=magenta
      6 ZSH_HIGHLIGHT_STYLES[builtin]=fg=magenta
      7 ZSH_HIGHLIGHT_STYLES[function]=fg=magenta
      8 ZSH_HIGHLIGHT_STYLES[command]=fg=green
      9 ZSH_HIGHLIGHT_STYLES[precommand]=fg=magenta,bold
     10 ZSH_HIGHLIGHT_STYLES[commandseparator]=none
     11 ZSH_HIGHLIGHT_STYLES[hashed-command]=fg=black
     12 ZSH_HIGHLIGHT_STYLES[autodirectory]=fg=magenta
     13 ZSH_HIGHLIGHT_STYLES[path]=underline
     14 
     15 
     16 ZSH_HIGHLIGHT_STYLES[single-hyphen-option]=fg=cyan
     17 ZSH_HIGHLIGHT_STYLES[double-hyphen-option]=fg=blue