blob: 502300208168ba3b557ab1cd9909dd91b6e30447 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Twilight
# Author: David Hart (https://github.com/hartbit)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#1e1e1e
text-color=#a7a7a7
border-color=#7587a6
[urgency=low]
background-color=#1e1e1e
text-color=#f9ee98
border-color=#7587a6
[urgency=high]
background-color=#1e1e1e
text-color=#cf6a4c
border-color=#7587a6
|