blob: 69035a3440d11a48faa214885ad0408baea8da81 (
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 Light
# Author: Michaël Ball (http://github.com/michael-ball/)
set default-bg "#FDF0ED"
set default-fg "#FADAD1"
set statusbar-fg "#948C8A"
set statusbar-bg "#F9CBBE"
set inputbar-bg "#FDF0ED"
set inputbar-fg "#201C1D"
set notification-bg "#FDF0ED"
set notification-fg "#201C1D"
set notification-error-bg "#FDF0ED"
set notification-error-fg "#E95678"
set notification-warning-bg "#FDF0ED"
set notification-warning-fg "#E95678"
set highlight-color "#FADAD1"
set highlight-active-color "#26BBD9"
set completion-bg "#FADAD1"
set completion-fg "#26BBD9"
set completion-highlight-fg "#201C1D"
set completion-highlight-bg "#26BBD9"
set recolor-lightcolor "#FDF0ED"
set recolor-darkcolor "#302C2D"
set recolor "false"
set recolor-keephue "false"
|