blob: 41d0bcca9a299b6f118db77b22e39bcfea530d76 (
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 Palenight
# Author: Nate Peterson
set default-bg "#292D3E"
set default-fg "#444267"
set statusbar-fg "#8796B0"
set statusbar-bg "#32374D"
set inputbar-bg "#292D3E"
set inputbar-fg "#FFFFFF"
set notification-bg "#292D3E"
set notification-fg "#FFFFFF"
set notification-error-bg "#292D3E"
set notification-error-fg "#F07178"
set notification-warning-bg "#292D3E"
set notification-warning-fg "#F07178"
set highlight-color "#FFCB6B"
set highlight-active-color "#82AAFF"
set completion-bg "#444267"
set completion-fg "#82AAFF"
set completion-highlight-fg "#FFFFFF"
set completion-highlight-bg "#82AAFF"
set recolor-lightcolor "#292D3E"
set recolor-darkcolor "#959DCB"
|