blob: a5d1aca6dbe149114773c197cfed409d32d04ea1 (
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 Edge Light
# Author: cjayross (https://github.com/cjayross)
set default-bg "#fafafa"
set default-fg "#7c9f4b"
set statusbar-fg "#6587bf"
set statusbar-bg "#d69822"
set inputbar-bg "#fafafa"
set inputbar-fg "#5e646f"
set notification-bg "#fafafa"
set notification-fg "#5e646f"
set notification-error-bg "#fafafa"
set notification-error-fg "#db7070"
set notification-warning-bg "#fafafa"
set notification-warning-fg "#db7070"
set highlight-color "#d69822"
set highlight-active-color "#6587bf"
set completion-bg "#7c9f4b"
set completion-fg "#6587bf"
set completion-highlight-fg "#5e646f"
set completion-highlight-bg "#6587bf"
set recolor-lightcolor "#fafafa"
set recolor-darkcolor "#b870ce"
|