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