blob: 2ca8ef8600aca9b9f4a694c8e5d81ac8f385a46e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Mellow Purple
# Author: gidsi
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#1A092D"
text-color = "#320f55"
border-color = "#331354"
[urgency=normal]
background-color = "#331354"
text-color = "#ffeeff"
border-color = "#ffeeff"
[urgency=high]
background-color = "#00d9e9"
text-color = "#ffeeff"
border-color = "#f8c0ff"
|