blob: 99d8583b11df78df92e5c359093d91ec8fa6523f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Monokai
# Author: Wimer Hazenberg (http://www.monokai.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#383830"
text-color = "#75715e"
border-color = "#49483e"
[urgency=normal]
background-color = "#49483e"
text-color = "#f8f8f2"
border-color = "#f8f8f2"
[urgency=high]
background-color = "#f92672"
text-color = "#f5f4f1"
border-color = "#f9f8f5"
|