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