blob: 4dc3e44ebb403c71b26cdba5cea98d409a7b4c3f (
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 Humanoid light
# Author: Thomas (tasmo) Friese
set default-bg "#f8f8f2"
set default-fg "#efefe9"
set statusbar-fg "#60615d"
set statusbar-bg "#deded8"
set inputbar-bg "#f8f8f2"
set inputbar-fg "#070708"
set notification-bg "#f8f8f2"
set notification-fg "#070708"
set notification-error-bg "#f8f8f2"
set notification-error-fg "#b0151a"
set notification-warning-bg "#f8f8f2"
set notification-warning-fg "#b0151a"
set highlight-color "#ffb627"
set highlight-active-color "#0082c9"
set completion-bg "#efefe9"
set completion-fg "#0082c9"
set completion-highlight-fg "#070708"
set completion-highlight-bg "#0082c9"
set recolor-lightcolor "#f8f8f2"
set recolor-darkcolor "#2f3337"
set recolor "false"
set recolor-keephue "false"
|