-
Notifications
You must be signed in to change notification settings - Fork 0
/
embark
37 lines (30 loc) · 1.35 KB
/
embark
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 notification-error-bg "#1E1C31"
set notification-error-fg "#F48FB1"
set notification-warning-bg "#1E1c31"
set notification-warning-fg "#FFE6B3"
set notification-bg "#1E1C31"
set notification-fg "#CBE3E7"
set completion-bg "#1E1C31"
set completion-fg "#CBE3E7"
set completion-group-bg "#A1EFD3"
set completion-group-fg "#2D2B40"
set completion-highlight-bg "#FFE6B3"
set completion-highlight-fg "#2D2B40"
set index-bg "#1E1C31"
set index-fg "#CBE3E7"
set index-active-bg "#CBE3E7"
set index-active-fg "#1E1C31"
set inputbar-bg "#1E1C31"
set inputbar-fg "#CBE3E7"
set statusbar-bg "#1E1C31"
set statusbar-fg "#CBE3E7"
set highlight-color "#F48FB1"
set highlight-active-color "#87DFEB"
set default-bg "#1E1C31"
set default-fg "#CBE3E7"
set render-loading "true"
set render-loading-bg "#3E3859"
set render-loading-fg "#CBE3E7"
set recolor-lightcolor "#1E1C31"
set recolor-darkcolor "#CBE3E7"
set recolor "true"