blob: c13ca5216c4d292d6825f2fded9bcdf111ebb15b (
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 Mocha
# Author: Chris Kempson (http://chriskempson.com)
set default-bg "#3B3228"
set default-fg "#534636"
set statusbar-fg "#b8afad"
set statusbar-bg "#645240"
set inputbar-bg "#3B3228"
set inputbar-fg "#f5eeeb"
set notification-bg "#3B3228"
set notification-fg "#f5eeeb"
set notification-error-bg "#3B3228"
set notification-error-fg "#cb6077"
set notification-warning-bg "#3B3228"
set notification-warning-fg "#cb6077"
set highlight-color "#f4bc87"
set highlight-active-color "#8ab3b5"
set completion-bg "#534636"
set completion-fg "#8ab3b5"
set completion-highlight-fg "#f5eeeb"
set completion-highlight-bg "#8ab3b5"
set recolor-lightcolor "#3B3228"
set recolor-darkcolor "#e9e1dd"
set recolor "false"
set recolor-keephue "false"
|