blob: 1dccd6627b719bb5f1e5d8777c4b99f8a849091e (
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 Atelier Cave Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
set default-bg "#efecf4"
set default-fg "#e2dfe7"
set statusbar-fg "#655f6d"
set statusbar-bg "#8b8792"
set inputbar-bg "#efecf4"
set inputbar-fg "#19171c"
set notification-bg "#efecf4"
set notification-fg "#19171c"
set notification-error-bg "#efecf4"
set notification-error-fg "#be4678"
set notification-warning-bg "#efecf4"
set notification-warning-fg "#be4678"
set highlight-color "#a06e3b"
set highlight-active-color "#576ddb"
set completion-bg "#e2dfe7"
set completion-fg "#576ddb"
set completion-highlight-fg "#19171c"
set completion-highlight-bg "#576ddb"
set recolor-lightcolor "#efecf4"
set recolor-darkcolor "#26232a"
|