blob: 9ad44ddd7d34eb2c7daeaa27ebafb1be33910473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Heetch Light
# Author: Geoffrey Teale (tealeg@gmail.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#392551"
text-color = "#9c92a8"
border-color = "#7b6d8b"
[urgency=normal]
background-color = "#7b6d8b"
text-color = "#5a496e"
border-color = "#5a496e"
[urgency=high]
background-color = "#27d9d5"
text-color = "#470546"
border-color = "#190134"
|