blob: d58ccf7175398133326e8c7ee502c06cd8aeb1d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Zenburn
# Author: elnawe
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#404040
text-color=#6f6f6f
border-color=#606060
[urgency=normal]
background-color=#606060
text-color=#dcdccc
border-color=#dcdccc
[urgency=high]
background-color=#dca3a3
text-color=#c0c0c0
border-color=#ffffff
|