blob: 34eec7867a161e422ef31f39d63711149afa4519 (
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"
|