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