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