blob: c21a50bbc6881a97780b5d16b24d6cb01975b726 (
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 Horizon Dark
# Author: Michaël Ball (http://github.com/michael-ball/)
set default-bg "#1C1E26"
set default-fg "#232530"
set statusbar-fg "#9DA0A2"
set statusbar-bg "#2E303E"
set inputbar-bg "#1C1E26"
set inputbar-fg "#E3E6EE"
set notification-bg "#1C1E26"
set notification-fg "#E3E6EE"
set notification-error-bg "#1C1E26"
set notification-error-fg "#E95678"
set notification-warning-bg "#1C1E26"
set notification-warning-fg "#E95678"
set highlight-color "#FAC29A"
set highlight-active-color "#26BBD9"
set completion-bg "#232530"
set completion-fg "#26BBD9"
set completion-highlight-fg "#E3E6EE"
set completion-highlight-bg "#26BBD9"
set recolor-lightcolor "#1C1E26"
set recolor-darkcolor "#DCDFE4"
set recolor "false"
set recolor-keephue "false"
|