blob: 8678a2fa61e3eac5c2a3e5a641e36932bf03c33a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Materia
# Author: Defman21
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#2C393F"
text-color = "#707880"
border-color = "#37474F"
[urgency=normal]
background-color = "#37474F"
text-color = "#CDD3DE"
border-color = "#CDD3DE"
[urgency=high]
background-color = "#EC5F67"
text-color = "#D5DBE5"
border-color = "#FFFFFF"
|