blob: 50e769312389f84a1e62f046a0fa8a29b80094cc (
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 Atelier Savanna Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
set default-bg "#ecf4ee"
set default-fg "#dfe7e2"
set statusbar-fg "#5f6d64"
set statusbar-bg "#87928a"
set inputbar-bg "#ecf4ee"
set inputbar-fg "#171c19"
set notification-bg "#ecf4ee"
set notification-fg "#171c19"
set notification-error-bg "#ecf4ee"
set notification-error-fg "#b16139"
set notification-warning-bg "#ecf4ee"
set notification-warning-fg "#b16139"
set highlight-color "#a07e3b"
set highlight-active-color "#478c90"
set completion-bg "#dfe7e2"
set completion-fg "#478c90"
set completion-highlight-fg "#171c19"
set completion-highlight-bg "#478c90"
set recolor-lightcolor "#ecf4ee"
set recolor-darkcolor "#232a25"
set recolor "false"
set recolor-keephue "false"
|