blob: 3f3000f12b0f20f33d3c6cbacaee8e3e2cfc6a6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 3024
# Author: Jan T. Sott (http://github.com/idleberg)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#3a3432
text-color=#5c5855
border-color=#4a4543
[urgency=normal]
background-color=#4a4543
text-color=#a5a2a2
border-color=#a5a2a2
[urgency=high]
background-color=#db2d20
text-color=#d6d5d4
border-color=#f7f7f7
|