blob: 6ab2b37964416225cc32db1ccbbdd65129514bbf (
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 Sakura
# Author: Misterio77 (http://github.com/Misterio77)
set default-bg "#feedf3"
set default-fg "#f8e2e7"
set statusbar-fg "#665055"
set statusbar-bg "#e0ccd1"
set inputbar-bg "#feedf3"
set inputbar-fg "#33292b"
set notification-bg "#feedf3"
set notification-fg "#33292b"
set notification-error-bg "#feedf3"
set notification-error-fg "#df2d52"
set notification-warning-bg "#feedf3"
set notification-warning-fg "#df2d52"
set highlight-color "#c29461"
set highlight-active-color "#006e93"
set completion-bg "#f8e2e7"
set completion-fg "#006e93"
set completion-highlight-fg "#33292b"
set completion-highlight-bg "#006e93"
set recolor-lightcolor "#feedf3"
set recolor-darkcolor "#42383a"
|