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