blob: 9e5913ed3b0e176cabb1f2a2bc66740cf75cbb5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Google Dark
# Author: Seth Wright (http://sethawright.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#282a2e
text-color=#969896
border-color=#373b41
[urgency=normal]
background-color=#373b41
text-color=#c5c8c6
border-color=#c5c8c6
[urgency=high]
background-color=#CC342B
text-color=#e0e0e0
border-color=#ffffff
|