blob: 7985e7edf711e16fdce7471c26614be6f23025ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Hopscotch
# Author: Jan T. Sott
#
# You can use these variables anywhere in the mako configuration file.
background-color=#5c545b
text-color=#b9b5b8
border-color=#b9b5b8
[urgency=low]
background-color=#433b42
text-color=#797379
border-color=#b9b5b8
[urgency=high]
background-color=#dd464c
text-color=#d5d3d5
border-color=#b9b5b8
|