blob: 7cdbd3d47f34b16fe74847ab4d56436b16d09b41 (
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 Zenburn
# Author: elnawe
set default-bg "#3f3f3f"
set default-fg "#404040"
set statusbar-fg "#808080"
set statusbar-bg "#606060"
set inputbar-bg "#3f3f3f"
set inputbar-fg "#ffffff"
set notification-bg "#3f3f3f"
set notification-fg "#ffffff"
set notification-error-bg "#3f3f3f"
set notification-error-fg "#dca3a3"
set notification-warning-bg "#3f3f3f"
set notification-warning-fg "#dca3a3"
set highlight-color "#e0cf9f"
set highlight-active-color "#7cb8bb"
set completion-bg "#404040"
set completion-fg "#7cb8bb"
set completion-highlight-fg "#ffffff"
set completion-highlight-bg "#7cb8bb"
set recolor-lightcolor "#3f3f3f"
set recolor-darkcolor "#c0c0c0"
set recolor "false"
set recolor-keephue "false"
|