blob: a049b5940269aaff9e21ab33d4f5f8bd2918593f (
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 dirtysea
# Author: Kahlil (Kal) Hodgson
set default-bg "#e0e0e0"
set default-fg "#d0d0d0"
set statusbar-fg "#202020"
set statusbar-bg "#c0c0c0"
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 "#000090"
set notification-warning-bg "#e0e0e0"
set notification-warning-fg "#000090"
set highlight-color "#006565"
set highlight-active-color "#007300"
set completion-bg "#d0d0d0"
set completion-fg "#007300"
set completion-highlight-fg "#c4d9c4"
set completion-highlight-bg "#007300"
set recolor-lightcolor "#e0e0e0"
set recolor-darkcolor "#f8f8f8"
set recolor "false"
set recolor-keephue "false"
|