blob: 4c48061b3129d51d6867bbc706e9ccd76c610bf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Decaf
# Author: Alex Mirrington (https://github.com/alexmirrington)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#2d2d2d
text-color=#cccccc
border-color=#90bee1
[urgency=low]
background-color=#2d2d2d
text-color=#ffd67c
border-color=#90bee1
[urgency=high]
background-color=#2d2d2d
text-color=#ff7f7b
border-color=#90bee1
|