blob: 777c4daa3d8b9d6f42190b5f901dff936828e4c4 (
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 Brewer
# Author: Timothée Poisot (http://github.com/tpoisot)
set default-bg "#0c0d0e"
set default-fg "#2e2f30"
set statusbar-fg "#959697"
set statusbar-bg "#515253"
set inputbar-bg "#0c0d0e"
set inputbar-fg "#fcfdfe"
set notification-bg "#0c0d0e"
set notification-fg "#fcfdfe"
set notification-error-bg "#0c0d0e"
set notification-error-fg "#e31a1c"
set notification-warning-bg "#0c0d0e"
set notification-warning-fg "#e31a1c"
set highlight-color "#dca060"
set highlight-active-color "#3182bd"
set completion-bg "#2e2f30"
set completion-fg "#3182bd"
set completion-highlight-fg "#fcfdfe"
set completion-highlight-bg "#3182bd"
set recolor-lightcolor "#0c0d0e"
set recolor-darkcolor "#dadbdc"
set recolor "false"
set recolor-keephue "false"
|