blob: 87f6e7d74da42fa0e03278afecc71304249764f4 (
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 Harmonic16 Dark
# Author: Jannik Siebert (https://github.com/janniks)
set default-bg "#0b1c2c"
set default-fg "#223b54"
set statusbar-fg "#aabcce"
set statusbar-bg "#405c79"
set inputbar-bg "#0b1c2c"
set inputbar-fg "#f7f9fb"
set notification-bg "#0b1c2c"
set notification-fg "#f7f9fb"
set notification-error-bg "#0b1c2c"
set notification-error-fg "#bf8b56"
set notification-warning-bg "#0b1c2c"
set notification-warning-fg "#bf8b56"
set highlight-color "#8bbf56"
set highlight-active-color "#8b56bf"
set completion-bg "#223b54"
set completion-fg "#8b56bf"
set completion-highlight-fg "#f7f9fb"
set completion-highlight-bg "#8b56bf"
set recolor-lightcolor "#0b1c2c"
set recolor-darkcolor "#e5ebf1"
set recolor "false"
set recolor-keephue "false"
|