blob: e0c76b0d8e2843adfb36d004a7464c5a86ec3b5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Eighties
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#393939"
text-color = "#747369"
border-color = "#515151"
[urgency=normal]
background-color = "#515151"
text-color = "#d3d0c8"
border-color = "#d3d0c8"
[urgency=high]
background-color = "#f2777a"
text-color = "#e8e6df"
border-color = "#f2f0ec"
|