dotfiles/zsh/my-syntax-theme.ini

79 lines
1.5 KiB
INI
Raw Normal View History

2019-09-03 18:49:08 +00:00
; syntax theme for fast-syntax-highlighting based on my Neovim colorscheme for sh and zsh
2019-09-03 16:57:30 +00:00
[base]
default = none
2019-09-03 18:49:08 +00:00
unknown-token = 1,standout
commandseparator = none
redirection = none
2019-09-03 16:57:30 +00:00
here-string-tri = none
2019-09-03 18:49:08 +00:00
here-string-text = 2
here-string-var = cyan
exec-descriptor = 1
comment = 8
correct-subtle = 3
incorrect-subtle = 1,standout
subtle-separator = 7
2019-09-03 16:57:30 +00:00
subtle-bg = bg:18
secondary =
2019-09-03 18:49:08 +00:00
recursive-base = none
[command-point]
2019-09-03 18:49:08 +00:00
reserved-word = 5
subcommand = 4
alias = 4
suffix-alias = 4
global-alias = 4,standout
builtin = 5
function = 4
command = 4
precommand = 4
hashed-command = 4
single-sq-bracket = none
double-sq-bracket = none
double-paren = none
[paths]
path = none
2019-09-03 18:49:08 +00:00
pathseparator = none
globbing = 6
2019-09-03 16:57:30 +00:00
globbing-ext = 13
[brackets]
2019-09-03 18:49:08 +00:00
paired-bracket = bg:8
bracket-level-1 = 7
bracket-level-2 = 7
bracket-level-3 = 7
[arguments]
2019-09-03 18:49:08 +00:00
single-hyphen-option = 16
double-hyphen-option = 16
2020-08-23 08:57:34 +00:00
back-quoted-argument = 2
2019-09-03 18:49:08 +00:00
single-quoted-argument = 2
double-quoted-argument = 2
dollar-quoted-argument = 2
[in-string]
; backslash in $'...'
2019-09-03 18:49:08 +00:00
back-dollar-quoted-argument = 6
; backslash or $... in "..."
2019-09-03 18:49:08 +00:00
back-or-dollar-double-quoted-argument = 6
[other]
2019-09-03 18:49:08 +00:00
variable = 1
assign = none
2019-09-03 18:49:08 +00:00
assign-array-bracket = none
history-expansion = 6,bold
[math]
2019-09-03 18:49:08 +00:00
mathnum = 16
[for-loop]
; operator
2019-09-03 18:49:08 +00:00
foroper = none
; separator
2019-09-03 18:49:08 +00:00
forsep = none
[case]
2019-09-03 18:49:08 +00:00
case-input = 2
case-condition = none