blob: f6d4753590d33ed8e7ef51e027d25d84e50e66a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Woodland
# Author: Jay Cornwall (https://jcornwall.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#302b25"
text-color = "#9d8b70"
border-color = "#48413a"
[urgency=normal]
background-color = "#48413a"
text-color = "#cabcb1"
border-color = "#cabcb1"
[urgency=high]
background-color = "#d35c5c"
text-color = "#d7c8bc"
border-color = "#e4d4c8"
|