blob: e53d5a5e4737b6e3b1541df98429e6e90a1ed885 (
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 Material Darker
# Author: Nate Peterson
set default-bg "#212121"
set default-fg "#303030"
set statusbar-fg "#B2CCD6"
set statusbar-bg "#353535"
set inputbar-bg "#212121"
set inputbar-fg "#FFFFFF"
set notification-bg "#212121"
set notification-fg "#FFFFFF"
set notification-error-bg "#212121"
set notification-error-fg "#F07178"
set notification-warning-bg "#212121"
set notification-warning-fg "#F07178"
set highlight-color "#FFCB6B"
set highlight-active-color "#82AAFF"
set completion-bg "#303030"
set completion-fg "#82AAFF"
set completion-highlight-fg "#FFFFFF"
set completion-highlight-bg "#82AAFF"
set recolor-lightcolor "#212121"
set recolor-darkcolor "#EEFFFF"
|