blob: fd0dcf09c059f67ba52392513766cfa855ce55e9 (
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 tender
# Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
set default-bg "#282828"
set default-fg "#383838"
set statusbar-fg "#b8b8b8"
set statusbar-bg "#484848"
set inputbar-bg "#282828"
set inputbar-fg "#feffff"
set notification-bg "#282828"
set notification-fg "#feffff"
set notification-error-bg "#282828"
set notification-error-fg "#f43753"
set notification-warning-bg "#282828"
set notification-warning-fg "#f43753"
set highlight-color "#ffc24b"
set highlight-active-color "#b3deef"
set completion-bg "#383838"
set completion-fg "#b3deef"
set completion-highlight-fg "#feffff"
set completion-highlight-bg "#b3deef"
set recolor-lightcolor "#282828"
set recolor-darkcolor "#e8e8e8"
|