blob: bd19813c566fc30acc34ba0aaa053bf960ac8254 (
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 Dark
# Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
set default-bg "#1c1c1c"
set default-fg "#af005f"
set statusbar-fg "#5fafd7"
set statusbar-bg "#5faf00"
set inputbar-bg "#1c1c1c"
set inputbar-fg "#d0d0d0"
set notification-bg "#1c1c1c"
set notification-fg "#d0d0d0"
set notification-error-bg "#1c1c1c"
set notification-error-fg "#585858"
set notification-warning-bg "#1c1c1c"
set notification-warning-fg "#585858"
set highlight-color "#afd700"
set highlight-active-color "#ff5faf"
set completion-bg "#af005f"
set completion-fg "#ff5faf"
set completion-highlight-fg "#d0d0d0"
set completion-highlight-bg "#ff5faf"
set recolor-lightcolor "#1c1c1c"
set recolor-darkcolor "#d7875f"
set recolor "false"
set recolor-keephue "false"
|