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