blob: d16c52039a70d56d7880765fece4f172ba9e8fb0 (
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 PaperColor Light
# Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
set default-bg "#eeeeee"
set default-fg "#af0000"
set statusbar-fg "#0087af"
set statusbar-bg "#008700"
set inputbar-bg "#eeeeee"
set inputbar-fg "#444444"
set notification-bg "#eeeeee"
set notification-fg "#444444"
set notification-error-bg "#eeeeee"
set notification-error-fg "#bcbcbc"
set notification-warning-bg "#eeeeee"
set notification-warning-fg "#bcbcbc"
set highlight-color "#d70087"
set highlight-active-color "#d75f00"
set completion-bg "#af0000"
set completion-fg "#d75f00"
set completion-highlight-fg "#444444"
set completion-highlight-bg "#d75f00"
set recolor-lightcolor "#eeeeee"
set recolor-darkcolor "#005f87"
set recolor "false"
set recolor-keephue "false"
|