-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathneodark-zsh.ini
81 lines (72 loc) · 1.69 KB
/
neodark-zsh.ini
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
[base]
default = none
unknown-token = red,bold
commandseparator = none
redirection = white
here-string-tri = 14
here-string-text = bg:19
here-string-var = magenta
exec-descriptor = white,bold
comment = blue,italic
correct-subtle = green,underline
incorrect-subtle = red,underline
subtle-bg = bg:17
secondary = ~/dotfiles/neodark-zsh.ini
recursive-base = red
[command-point]
reserved-word = 14,bold
subcommand = white,bold
alias = 15,bold
suffix-alias = 15,bold,underline
global-alias = 15,bold
builtin = 15,bold
function = 15,bold
command = 15,bold
precommand = 14,bold
hashed-command = 15,bold
single-sq-bracket = none
double-sq-bracket = none
double-paren = magenta
[paths]
path = white,underline
pathseparator =
path-to-dir = white,underline
globbing = magenta
globbing-ext = magenta
[brackets]
paired-bracket = bg:blue
bracket-level-1 = 14
bracket-level-2 = 15
bracket-level-3 = 6
[arguments]
single-hyphen-option = 14
double-hyphen-option = 14
back-quoted-argument = red
single-quoted-argument = red
double-quoted-argument = red
dollar-quoted-argument = red
[in-string]
; backslash in $'...'
back-dollar-quoted-argument = magenta
; backslash or $... in "..." (i.e. variable in string)
back-or-dollar-double-quoted-argument = magenta
[other]
variable = magenta
assign = none
assign-array-bracket = magenta
history-expansion = blue,bold
[math]
mathvar = blue,bold
mathnum = red
matherr = red
[for-loop]
forvar = magenta
fornum = red
; operator
foroper = none
; separator
forsep = none
[case]
case-input = 109
case-parentheses = 116
case-condition = bg:19