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