blob: 5bba13c0d245a92a187d78e676350974f879f9c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Porple
# Author: Niek den Breeje (https://github.com/AuditeMarlow)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#333344
text-color=#65568a
border-color=#474160
[urgency=normal]
background-color=#474160
text-color=#d8d8d8
border-color=#d8d8d8
[urgency=high]
background-color=#f84547
text-color=#e8e8e8
border-color=#f8f8f8
|