blob: 939ae87664cbf32f6157d1d5a40b44090a538551 (
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
|
# Base16 Mellow Purple
# Author: gidsi
set default-bg "#1e0528"
set default-fg "#1A092D"
set statusbar-fg "#873582"
set statusbar-bg "#331354"
set inputbar-bg "#1e0528"
set inputbar-fg "#f8c0ff"
set notification-bg "#1e0528"
set notification-fg "#f8c0ff"
set notification-error-bg "#1e0528"
set notification-error-fg "#00d9e9"
set notification-warning-bg "#1e0528"
set notification-warning-fg "#00d9e9"
set highlight-color "#955ae7"
set highlight-active-color "#550068"
set completion-bg "#1A092D"
set completion-fg "#550068"
set completion-highlight-fg "#f8c0ff"
set completion-highlight-bg "#550068"
set recolor-lightcolor "#1e0528"
set recolor-darkcolor "#ffeeff"
set recolor "false"
set recolor-keephue "false"
|