blob: f7773a2890922806fbb9299bc16bb9f6bd70c6cb (
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=#102015
[urgency=normal]
background-color=#ababab
text-color=#102015
border-color=#102015
[urgency=high]
background-color=#e92f2f
text-color=#040404
border-color=#102015
|