aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/zsh-fast-syntax-highlighting/themes/spa.ini
blob: 651acdb533f11361cc4e1dc8a04364a62f6f7c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
; 144, 187, 110, 203
[base]
default          = none
unknown-token    = 196
commandseparator = 150
redirection      = none
here-string-tri  = yellow
here-string-text = bg:19
here-string-var  = 186,bg:19
exec-descriptor  = yellow,bold
comment          = black,bold
correct-subtle   = bg:55
incorrect-subtle = bg:52
subtle-bg        = bg:17
secondary        = zdharma
recursive-base   = 183

[command-point]
reserved-word  = 144
subcommand     = 144
alias          = 187
suffix-alias   = 187
global-alias   = bg:19
builtin        = 150
function       = 187
command        = 187
precommand     = 187
hashed-command = 187
single-sq-bracket = 150
double-sq-bracket = 150
double-paren   = 144

[paths]
path          = 110
pathseparator = 
path-to-dir   = 110,underline
globbing      = 220
globbing-ext  = 225

[brackets]
paired-bracket = bg:blue
bracket-level-1 = 115
bracket-level-2 = 177
bracket-level-3 = 220

[arguments]
single-hyphen-option   = 185
double-hyphen-option   = 185
back-quoted-argument   = none
single-quoted-argument = 110
double-quoted-argument = 110
dollar-quoted-argument = 110

[in-string]
; backslash in $'...'
back-dollar-quoted-argument           = 186
; backslash or $... in "..." (i.e. variable in string)
back-or-dollar-double-quoted-argument = 186

[other]
variable             = none
assign               = none
assign-array-bracket = 187
history-expansion    = blue,bold

[math]
mathvar = 150
mathnum = 110
matherr = 196

[for-loop]
forvar = 71
fornum = 110
; operator
foroper = 203
; separator
forsep = 147

[case]
case-input       = 187
case-parentheses = 116
case-condition   = bg:19