blob: 0a972253259b99167ea121f456c4af0e216d8aef (
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
|
set default-fg "#4C4F69"
set default-bg "#EFF1F5"
set completion-bg "#CCD0DA"
set completion-fg "#4C4F69"
set completion-highlight-bg "#575268"
set completion-highlight-fg "#4C4F69"
set completion-group-bg "#CCD0DA"
set completion-group-fg "#1E66F5"
set statusbar-fg "#4C4F69"
set statusbar-bg "#CCD0DA"
set notification-bg "#CCD0DA"
set notification-fg "#4C4F69"
set notification-error-bg "#CCD0DA"
set notification-error-fg "#D20F39"
set notification-warning-bg "#CCD0DA"
set notification-warning-fg "#FAE3B0"
set inputbar-fg "#4C4F69"
set inputbar-bg "#CCD0DA"
set recolor-lightcolor "#EFF1F5"
set recolor-darkcolor "#4C4F69"
set index-fg "#4C4F69"
set index-bg "#EFF1F5"
set index-active-fg "#4C4F69"
set index-active-bg "#CCD0DA"
set render-loading-bg "#EFF1F5"
set render-loading-fg "#4C4F69"
set highlight-color "#575268"
set highlight-fg "#EA76CB"
set highlight-active-color "#EA76CB"
|