blob: 19d3848ff60058f3150edd71109d1521011fae36 (
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 Woodland
# Author: Jay Cornwall (https://jcornwall.com)
set default-bg "#231e18"
set default-fg "#302b25"
set statusbar-fg "#b4a490"
set statusbar-bg "#48413a"
set inputbar-bg "#231e18"
set inputbar-fg "#e4d4c8"
set notification-bg "#231e18"
set notification-fg "#e4d4c8"
set notification-error-bg "#231e18"
set notification-error-fg "#d35c5c"
set notification-warning-bg "#231e18"
set notification-warning-fg "#d35c5c"
set highlight-color "#e0ac16"
set highlight-active-color "#88a4d3"
set completion-bg "#302b25"
set completion-fg "#88a4d3"
set completion-highlight-fg "#e4d4c8"
set completion-highlight-bg "#88a4d3"
set recolor-lightcolor "#231e18"
set recolor-darkcolor "#d7c8bc"
set recolor "false"
set recolor-keephue "false"
|