mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
51 lines
2.0 KiB
Plaintext
51 lines
2.0 KiB
Plaintext
# brackets
|
|
ZSH_HIGHLIGHT_STYLES[bracket-error]=fg=red,bold
|
|
ZSH_HIGHLIGHT_STYLES[bracket-level-1]=fg=blue,bold
|
|
ZSH_HIGHLIGHT_STYLES[bracket-level-2]=fg=green,bold
|
|
ZSH_HIGHLIGHT_STYLES[bracket-level-3]=fg=magenta,bold
|
|
ZSH_HIGHLIGHT_STYLES[bracket-level-4]=fg=yellow,bold
|
|
ZSH_HIGHLIGHT_STYLES[bracket-level-5]=fg=cyan,bold
|
|
ZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]=standout
|
|
|
|
# cursor
|
|
ZSH_HIGHLIGHT_STYLES[cursor]=standout
|
|
|
|
# line
|
|
ZSH_HIGHLIGHT_STYLES[line]=
|
|
|
|
# main
|
|
ZSH_HIGHLIGHT_STYLES[default]=none
|
|
ZSH_HIGHLIGHT_STYLES[unknown-token]=fg=red,bold
|
|
ZSH_HIGHLIGHT_STYLES[reserved-word]=fg=yellow
|
|
ZSH_HIGHLIGHT_STYLES[suffix-alias]=fg=green,underline
|
|
ZSH_HIGHLIGHT_STYLES[precommand]=fg=green,underline
|
|
ZSH_HIGHLIGHT_STYLES[commandseparator]=none
|
|
ZSH_HIGHLIGHT_STYLES[path]=underline
|
|
ZSH_HIGHLIGHT_STYLES[path_pathseparator]=
|
|
ZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]=
|
|
ZSH_HIGHLIGHT_STYLES[globbing]=fg=blue
|
|
ZSH_HIGHLIGHT_STYLES[history-expansion]=fg=blue
|
|
ZSH_HIGHLIGHT_STYLES[command-substitution]=none
|
|
ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]=fg=magenta
|
|
ZSH_HIGHLIGHT_STYLES[process-substitution]=none
|
|
ZSH_HIGHLIGHT_STYLES[process-substitution-delimiter]=fg=magenta
|
|
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]=none
|
|
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]=none
|
|
ZSH_HIGHLIGHT_STYLES[back-quoted-argument]=none
|
|
ZSH_HIGHLIGHT_STYLES[back-quoted-argument-delimiter]=fg=magenta
|
|
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]=fg=yellow
|
|
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]=fg=yellow
|
|
ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]=fg=yellow
|
|
ZSH_HIGHLIGHT_STYLES[rc-quote]=fg=cyan
|
|
ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]=fg=cyan
|
|
ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]=fg=cyan
|
|
ZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]=fg=cyan
|
|
ZSH_HIGHLIGHT_STYLES[assign]=none
|
|
ZSH_HIGHLIGHT_STYLES[redirection]=none
|
|
ZSH_HIGHLIGHT_STYLES[comment]=fg=black,bold
|
|
ZSH_HIGHLIGHT_STYLES[named-fd]=none
|
|
ZSH_HIGHLIGHT_STYLES[arg0]=fg=green
|
|
|
|
# root
|
|
ZSH_HIGHLIGHT_STYLES[root]=standout
|