-
Notifications
You must be signed in to change notification settings - Fork 0
/
whiskers_panther.toml
70 lines (56 loc) · 1.13 KB
/
whiskers_panther.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 = '#0E0600'
foreground = '#FFEEE2'
dim_foreground = '#FFEEE2'
bright_foreground = '#FFEEE2'
[colors.cursor]
text = '#0E0600'
cursor = '#FFEEE2'
[colors.vi_mode_cursor]
text = '#0E0600'
cursor = '#FFEEE2'
[colors.search.matches]
foreground = '#FFEEE2'
background = '#502000'
[colors.search.focused_match]
foreground = '#000000'
background = '#B1E380'
[colors.footer_bar]
foreground = '#FFEEE2'
background = '#1B0B00'
[colors.hints.start]
foreground = '#0E0600'
background = '#502000'
[colors.hints.end]
foreground = '#0E0600'
background = '#502000'
[colors.selection]
text = '#FFEEE2'
background = '#502000'
[colors.normal]
black = '#B5A8A0'
red = '#FF8C7C'
green = '#B1E380'
yellow = '#FFE072'
blue = '#A5CEFF'
magenta = '#FFAAF5'
cyan = '#A5CEFF'
white = '#B5A8A0'
[colors.bright]
black = '#B5A8A0'
red = '#FF8C7C'
green = '#B1E380'
yellow = '#FFE072'
blue = '#A5CEFF'
magenta = '#FFAAF5'
cyan = '#A5CEFF'
white = '#B5A8A0'
[colors.dim]
black = '#B5A8A0'
red = '#FF8C7C'
green = '#B1E380'
yellow = '#FFE072'
blue = '#A5CEFF'
magenta = '#FFAAF5'
cyan = '#A5CEFF'
white = '#B5A8A0'