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