blob: 5b5f034086876a06ed0becbb52baa5b2f28cd1c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Embers
# Author: Jannik Siebert (https://github.com/janniks)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#16130F
text-color=#A39A90
border-color=#6D5782
[urgency=low]
background-color=#16130F
text-color=#6D8257
border-color=#6D5782
[urgency=high]
background-color=#16130F
text-color=#826D57
border-color=#6D5782
|