blob: c06499f0d98ae18ccc52e65fa65f7b2a1249da24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Shapeshifter
# Author: Tyler Benziger (http://tybenz.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#e0e0e0"
text-color = "#555555"
border-color = "#ababab"
[urgency=normal]
background-color = "#ababab"
text-color = "#102015"
border-color = "#102015"
[urgency=high]
background-color = "#e92f2f"
text-color = "#040404"
border-color = "#000000"
|