blob: 37718a3e6b0f2ccf68b1b33d628218b782d8abcc (
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
|
set default-fg "#CAD3F5"
set default-bg "#24273A"
set completion-bg "#363A4F"
set completion-fg "#CAD3F5"
set completion-highlight-bg "#575268"
set completion-highlight-fg "#CAD3F5"
set completion-group-bg "#363A4F"
set completion-group-fg "#8AADF4"
set statusbar-fg "#CAD3F5"
set statusbar-bg "#363A4F"
set notification-bg "#363A4F"
set notification-fg "#CAD3F5"
set notification-error-bg "#363A4F"
set notification-error-fg "#ED8796"
set notification-warning-bg "#363A4F"
set notification-warning-fg "#FAE3B0"
set inputbar-fg "#CAD3F5"
set inputbar-bg "#363A4F"
set recolor "true"
set recolor-lightcolor "#24273A"
set recolor-darkcolor "#CAD3F5"
set index-fg "#CAD3F5"
set index-bg "#24273A"
set index-active-fg "#CAD3F5"
set index-active-bg "#363A4F"
set render-loading-bg "#24273A"
set render-loading-fg "#CAD3F5"
set highlight-color "#575268"
set highlight-fg "#F5BDE6"
set highlight-active-color "#F5BDE6"
|