blob: 5758b3d4466d6cfe24ff33fdf732907163b5547e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Tomorrow
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the mako configuration file.
border-color=#4d4d4c
[urgency=low]
background-color=#e0e0e0
text-color=#8e908c
[urgency=normal]
background-color=#d6d6d6
text-color=#4d4d4c
[urgency=high]
background-color=#c82829
text-color=#282a2e
|