blob: 1b0382dabc180ffe39c4ae1b76896d7b82295af3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Mocha
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#534636"
text-color = "#7e705a"
border-color = "#645240"
[urgency=normal]
background-color = "#645240"
text-color = "#d0c8c6"
border-color = "#d0c8c6"
[urgency=high]
background-color = "#cb6077"
text-color = "#e9e1dd"
border-color = "#f5eeeb"
|