blob: 868a9b66f90fc858f24df2e0fc62a68d055f47ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Summerfruit Light
# Author: Christopher Corley (http://christop.club/)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#E0E0E0
text-color=#B0B0B0
border-color=#101010
[urgency=normal]
background-color=#D0D0D0
text-color=#101010
border-color=#101010
[urgency=high]
background-color=#FF0086
text-color=#151515
border-color=#101010
|