blob: c3f08737ddb708a24baf2a9ec5f0117d91a1f4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Heetch Dark
# Author: Geoffrey Teale (tealeg@gmail.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#392551"
text-color = "#7B6D8B"
border-color = "#5A496E"
[urgency=normal]
background-color = "#5A496E"
text-color = "#BDB6C5"
border-color = "#BDB6C5"
[urgency=high]
background-color = "#27D9D5"
text-color = "#DEDAE2"
border-color = "#FEFFFF"
|