blob: 3be48d340ec1a224fac5041428bc102ccd386404 (
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 dirtysea
# Author: Kahlil (Kal) Hodgson
set default-bg "#e0e0e0"
set default-fg "#d0dad0"
set statusbar-fg "#202020"
set statusbar-bg "#d0d0d0"
set inputbar-bg "#e0e0e0"
set inputbar-fg "#c4d9c4"
set notification-bg "#e0e0e0"
set notification-fg "#c4d9c4"
set notification-error-bg "#e0e0e0"
set notification-error-fg "#840000"
set notification-warning-bg "#e0e0e0"
set notification-warning-fg "#840000"
set highlight-color "#755B00"
set highlight-active-color "#007300"
set completion-bg "#d0dad0"
set completion-fg "#007300"
set completion-highlight-fg "#c4d9c4"
set completion-highlight-bg "#007300"
set recolor-lightcolor "#e0e0e0"
set recolor-darkcolor "#f8f8f8"
|