-
Notifications
You must be signed in to change notification settings - Fork 0
/
whiskers_tiger.toml
70 lines (56 loc) · 1.13 KB
/
whiskers_tiger.toml
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
[colors.primary]
background = '#FFF9F0'
foreground = '#3E1900'
dim_foreground = '#3E1900'
bright_foreground = '#3E1900'
[colors.cursor]
text = '#FFF9F0'
cursor = '#3E1900'
[colors.vi_mode_cursor]
text = '#FFF9F0'
cursor = '#3E1900'
[colors.search.matches]
foreground = '#3E1900'
background = '#FFECCF'
[colors.search.focused_match]
foreground = '#FFFCF8'
background = '#6A9534'
[colors.footer_bar]
foreground = '#3E1900'
background = '#FFF3E2'
[colors.hints.start]
foreground = '#FFF9F0'
background = '#FFECCF'
[colors.hints.end]
foreground = '#FFF9F0'
background = '#FFECCF'
[colors.selection]
text = '#3E1900'
background = '#FFECCF'
[colors.normal]
black = '#AE917C'
red = '#B43A2A'
green = '#6A9534'
yellow = '#A87B0A'
blue = '#5284BE'
magenta = '#FFAAF5'
cyan = '#5284BE'
white = '#AE917C'
[colors.bright]
black = '#AE917C'
red = '#B43A2A'
green = '#6A9534'
yellow = '#A87B0A'
blue = '#5284BE'
magenta = '#FFAAF5'
cyan = '#5284BE'
white = '#AE917C'
[colors.dim]
black = '#AE917C'
red = '#B43A2A'
green = '#6A9534'
yellow = '#A87B0A'
blue = '#5284BE'
magenta = '#FFAAF5'
cyan = '#5284BE'
white = '#AE917C'