blob: 50a6735c16ac641c9b0ff446b56f85da8fe58462 (
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=#C7CCD1
[urgency=normal]
background-color=#565E65
text-color=#C7CCD1
border-color=#C7CCD1
[urgency=high]
background-color=#C7AE95
text-color=#DFE2E5
border-color=#C7CCD1
|