blob: cd67fbe5c68d52f142662015c5c3f2789a947c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Classic Dark
# Author: Jason Heeris (http://heeris.id.au)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#202020"
text-color = "#505050"
border-color = "#303030"
[urgency=normal]
background-color = "#303030"
text-color = "#D0D0D0"
border-color = "#D0D0D0"
[urgency=high]
background-color = "#AC4142"
text-color = "#E0E0E0"
border-color = "#F5F5F5"
|