dotfiles/zsh/my-syntax-theme.ini

85 lines
1.7 KiB
INI
Raw Normal View History

2019-09-03 16:57:30 +00:00
; default theme, also embedded in the source of fast-syntax-highlighting
[base]
default = none
unknown-token = red,bold
commandseparator = none
redirection = none
2019-09-03 16:57:30 +00:00
here-string-tri = none
here-string-text = 18
here-string-var = cyan,bg:18
exec-descriptor = yellow,bold
comment = white
2019-09-03 16:57:30 +00:00
correct-subtle = 12
incorrect-subtle = red
2019-09-03 16:57:30 +00:00
subtle-separator = green
subtle-bg = bg:18
secondary =
2019-09-03 16:57:30 +00:00
; recursive-base =
[command-point]
reserved-word = yellow
subcommand = yellow
alias = green
suffix-alias = green
2019-09-03 16:57:30 +00:00
global-alias = black,bg:blue
builtin = green
function = green
command = green
precommand = green
hashed-command = green
2019-09-03 16:57:30 +00:00
single-sq-bracket = green
double-sq-bracket = green
double-paren = yellow
[paths]
path = none
pathseparator =
path-to-dir = none,underline
globbing = blue,bold
2019-09-03 16:57:30 +00:00
globbing-ext = 13
[brackets]
2019-09-03 16:57:30 +00:00
paired-bracket = black,bg:blue
bracket-level-1 = green,bold
bracket-level-2 = yellow,bold
bracket-level-3 = cyan,bold
[arguments]
single-hyphen-option = cyan
double-hyphen-option = cyan
back-quoted-argument = none
single-quoted-argument = yellow
double-quoted-argument = yellow
dollar-quoted-argument = yellow
[in-string]
; backslash in $'...'
back-dollar-quoted-argument = cyan
; backslash or $... in "..."
back-or-dollar-double-quoted-argument = cyan
[other]
variable = 113
assign = none
assign-array-bracket = green
history-expansion = blue,bold
[math]
mathvar = blue,bold
2019-09-03 16:57:30 +00:00
mathnum = magenta
matherr = red
[for-loop]
forvar = none
2019-09-03 16:57:30 +00:00
fornum = magenta
; operator
foroper = yellow
; separator
forsep = yellow,bold
[case]
case-input = green
case-parentheses = yellow
2019-09-03 16:57:30 +00:00
case-condition = black,bg:blue