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