blob: 510479dfc1da9c6531c2fc0be8ad7d7d91938861 (
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 Brush Trees
# Author: Abraham White <abelincoln.white@gmail.com>
set default-bg "#E3EFEF"
set default-fg "#C9DBDC"
set statusbar-fg "#8299A1"
set statusbar-bg "#B0C5C8"
set inputbar-bg "#E3EFEF"
set inputbar-fg "#485867"
set notification-bg "#E3EFEF"
set notification-fg "#485867"
set notification-error-bg "#E3EFEF"
set notification-error-fg "#b38686"
set notification-warning-bg "#E3EFEF"
set notification-warning-fg "#b38686"
set highlight-color "#aab386"
set highlight-active-color "#868cb3"
set completion-bg "#C9DBDC"
set completion-fg "#868cb3"
set completion-highlight-fg "#485867"
set completion-highlight-bg "#868cb3"
set recolor-lightcolor "#E3EFEF"
set recolor-darkcolor "#5A6D7A"
|