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