blob: 12f6d6d2d3f6d7fd038f9e36feb57bd1205df502 (
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
|
# Base16 Marrakesh
# Author: Alexandre Gavioli (http://github.com/Alexx2/)
set default-bg "#201602"
set default-fg "#302e00"
set statusbar-fg "#86813b"
set statusbar-bg "#5f5b17"
set inputbar-bg "#201602"
set inputbar-fg "#faf0a5"
set notification-bg "#201602"
set notification-fg "#faf0a5"
set notification-error-bg "#201602"
set notification-error-fg "#c35359"
set notification-warning-bg "#201602"
set notification-warning-fg "#c35359"
set highlight-color "#a88339"
set highlight-active-color "#477ca1"
set completion-bg "#302e00"
set completion-fg "#477ca1"
set completion-highlight-fg "#faf0a5"
set completion-highlight-bg "#477ca1"
set recolor-lightcolor "#201602"
set recolor-darkcolor "#ccc37a"
|