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