blob: 24b155941954c0aa7b2603f1aebc5c0481e9c6a6 (
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 Heetch Light
# Author: Geoffrey Teale (tealeg@gmail.com)
set default-bg "#feffff"
set default-fg "#392551"
set statusbar-fg "#ddd6e5"
set statusbar-bg "#7b6d8b"
set inputbar-bg "#feffff"
set inputbar-fg "#190134"
set notification-bg "#feffff"
set notification-fg "#190134"
set notification-error-bg "#feffff"
set notification-error-fg "#27d9d5"
set notification-warning-bg "#feffff"
set notification-warning-fg "#27d9d5"
set highlight-color "#5ba2b6"
set highlight-active-color "#47f9f5"
set completion-bg "#392551"
set completion-fg "#47f9f5"
set completion-highlight-fg "#190134"
set completion-highlight-bg "#47f9f5"
set recolor-lightcolor "#feffff"
set recolor-darkcolor "#470546"
set recolor "false"
set recolor-keephue "false"
|