blob: a505d3fdfd3c4ef290407f255ab78020e194a8f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Default Dark
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#282828"
text-color = "#585858"
border-color = "#383838"
[urgency=normal]
background-color = "#383838"
text-color = "#d8d8d8"
border-color = "#d8d8d8"
[urgency=high]
background-color = "#ab4642"
text-color = "#e8e8e8"
border-color = "#f8f8f8"
|