blob: 4c6ec0c8ea4c12e5c9624bb79330aad24f2324ce (
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 Windows High Contrast
# Author: Fergus Collins (https://github.com/C-Fergus)
set default-bg "#000000"
set default-fg "#1C1C1C"
set statusbar-fg "#a2a2a2"
set statusbar-bg "#383838"
set inputbar-bg "#000000"
set inputbar-fg "#fcfcfc"
set notification-bg "#000000"
set notification-fg "#fcfcfc"
set notification-error-bg "#000000"
set notification-error-fg "#fc5454"
set notification-warning-bg "#000000"
set notification-warning-fg "#fc5454"
set highlight-color "#fcfc54"
set highlight-active-color "#5454fc"
set completion-bg "#1C1C1C"
set completion-fg "#5454fc"
set completion-highlight-fg "#fcfcfc"
set completion-highlight-bg "#5454fc"
set recolor-lightcolor "#000000"
set recolor-darkcolor "#dedede"
|