blob: dc739bbfe95c83c3a441837daf2084db64ef86a5 (
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 Atelier Sulphurpool
# Author: Bram de Haan (http://atelierbramdehaan.nl)
set default-bg "#202746"
set default-fg "#293256"
set statusbar-fg "#898ea4"
set statusbar-bg "#5e6687"
set inputbar-bg "#202746"
set inputbar-fg "#f5f7ff"
set notification-bg "#202746"
set notification-fg "#f5f7ff"
set notification-error-bg "#202746"
set notification-error-fg "#c94922"
set notification-warning-bg "#202746"
set notification-warning-fg "#c94922"
set highlight-color "#c08b30"
set highlight-active-color "#3d8fd1"
set completion-bg "#293256"
set completion-fg "#3d8fd1"
set completion-highlight-fg "#f5f7ff"
set completion-highlight-bg "#3d8fd1"
set recolor-lightcolor "#202746"
set recolor-darkcolor "#dfe2f1"
set recolor "false"
set recolor-keephue "false"
|