blob: 22bfc2debff8335214cf43cf43dd36363bef087b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Brewer
# Author: Timothée Poisot (http://github.com/tpoisot)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#0c0d0e
text-color=#b7b8b9
border-color=#3182bd
[urgency=low]
background-color=#0c0d0e
text-color=#dca060
border-color=#3182bd
[urgency=high]
background-color=#0c0d0e
text-color=#e31a1c
border-color=#3182bd
|