blob: 3d0523f53c62b840486dcd43ef68b9876ba5fa74 (
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 Heath Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
set default-bg "#f7f3f7"
set default-fg "#d8cad8"
set statusbar-fg "#776977"
set statusbar-bg "#ab9bab"
set inputbar-bg "#f7f3f7"
set inputbar-fg "#1b181b"
set notification-bg "#f7f3f7"
set notification-fg "#1b181b"
set notification-error-bg "#f7f3f7"
set notification-error-fg "#ca402b"
set notification-warning-bg "#f7f3f7"
set notification-warning-fg "#ca402b"
set highlight-color "#bb8a35"
set highlight-active-color "#516aec"
set completion-bg "#d8cad8"
set completion-fg "#516aec"
set completion-highlight-fg "#1b181b"
set completion-highlight-bg "#516aec"
set recolor-lightcolor "#f7f3f7"
set recolor-darkcolor "#292329"
set recolor "false"
set recolor-keephue "false"
|