blob: 9c9af4a69721cbe9596ea6efa670ada24397ff42 (
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 = "#d6d6d6"
[urgency=normal]
background-color = "#d6d6d6"
text-color = "#4d4d4c"
border-color = "#4d4d4c"
[urgency=high]
background-color = "#c82829"
text-color = "#282a2e"
border-color = "#1d1f21"
|