blob: bdf7eac2722c73632d86d0e47235ce5f17add375 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Chalk
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#151515
text-color=#d0d0d0
border-color=#6fc2ef
[urgency=low]
background-color=#151515
text-color=#ddb26f
border-color=#6fc2ef
[urgency=high]
background-color=#151515
text-color=#fb9fb1
border-color=#6fc2ef
|