blob: 3edfff4fdf509938d78b8b9b12b579ed0f4dc4c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Solarized Dark
# Author: Ethan Schoonover (modified by aramisgithub)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#586e75
text-color=#93a1a1
border-color=#93a1a1
[urgency=low]
background-color=#073642
text-color=#657b83
border-color=#93a1a1
[urgency=high]
background-color=#dc322f
text-color=#eee8d5
border-color=#93a1a1
|