blob: b164db093b845b2dde79d8fe487505987846ae2e (
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
|
# Base16 Apprentice
# Author: romainl
set default-bg "#262626"
set default-fg "#303030"
set statusbar-fg "#787878"
set statusbar-bg "#333333"
set inputbar-bg "#262626"
set inputbar-fg "#FFFFFF"
set notification-bg "#262626"
set notification-fg "#FFFFFF"
set notification-error-bg "#262626"
set notification-error-fg "#5F8787"
set notification-warning-bg "#262626"
set notification-warning-fg "#5F8787"
set highlight-color "#5F8787"
set highlight-active-color "#FFFFAF"
set completion-bg "#303030"
set completion-fg "#FFFFAF"
set completion-highlight-fg "#FFFFFF"
set completion-highlight-bg "#FFFFAF"
set recolor-lightcolor "#262626"
set recolor-darkcolor "#C9C9C9"
|