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
|
|
|
|
2018-09-09 11:36:36 +00:00
|
|
|
[base]
|
|
|
|
default = none
|
2019-09-03 18:49:08 +00:00
|
|
|
unknown-token = 1,standout
|
2018-09-09 11:36:36 +00:00
|
|
|
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
|
2018-09-09 11:36:36 +00:00
|
|
|
secondary =
|
2019-09-03 18:49:08 +00:00
|
|
|
recursive-base = none
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[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
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[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
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[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
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[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
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[in-string]
|
|
|
|
; backslash in $'...'
|
2019-09-03 18:49:08 +00:00
|
|
|
back-dollar-quoted-argument = 6
|
2018-09-09 11:36:36 +00:00
|
|
|
; backslash or $... in "..."
|
2019-09-03 18:49:08 +00:00
|
|
|
back-or-dollar-double-quoted-argument = 6
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[other]
|
2019-09-03 18:49:08 +00:00
|
|
|
variable = 1
|
2018-09-09 11:36:36 +00:00
|
|
|
assign = none
|
2019-09-03 18:49:08 +00:00
|
|
|
assign-array-bracket = none
|
|
|
|
history-expansion = 6,bold
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[math]
|
2019-09-03 18:49:08 +00:00
|
|
|
mathnum = 16
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[for-loop]
|
|
|
|
; operator
|
2019-09-03 18:49:08 +00:00
|
|
|
foroper = none
|
2018-09-09 11:36:36 +00:00
|
|
|
; separator
|
2019-09-03 18:49:08 +00:00
|
|
|
forsep = none
|
2018-09-09 11:36:36 +00:00
|
|
|
|
|
|
|
[case]
|
2019-09-03 18:49:08 +00:00
|
|
|
case-input = 2
|
|
|
|
case-condition = none
|