blob: 45b6e8441a9c389f88d6615a94fe5044fd5fa756 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Ashes
# Author: Jannik Siebert (https://github.com/janniks)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#393F45
text-color=#747C84
border-color=#565E65
[urgency=normal]
background-color=#565E65
text-color=#C7CCD1
border-color=#C7CCD1
[urgency=high]
background-color=#C7AE95
text-color=#DFE2E5
border-color=#F3F4F5
|