blob: b7764bd0998e67e88207b6d19a0a0f9d7e34e5b2 (
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 Materia
# Author: Defman21
set default-bg "#263238"
set default-fg "#2C393F"
set statusbar-fg "#C9CCD3"
set statusbar-bg "#37474F"
set inputbar-bg "#263238"
set inputbar-fg "#FFFFFF"
set notification-bg "#263238"
set notification-fg "#FFFFFF"
set notification-error-bg "#263238"
set notification-error-fg "#EC5F67"
set notification-warning-bg "#263238"
set notification-warning-fg "#EC5F67"
set highlight-color "#FFCC00"
set highlight-active-color "#89DDFF"
set completion-bg "#2C393F"
set completion-fg "#89DDFF"
set completion-highlight-fg "#FFFFFF"
set completion-highlight-bg "#89DDFF"
set recolor-lightcolor "#263238"
set recolor-darkcolor "#D5DBE5"
set recolor "false"
set recolor-keephue "false"
|