blob: a8bce62cc6bd5ebb0b2d8e7a6c1b4cd74248906b (
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 = "#D0D0D0"
[urgency=normal]
background-color = "#D0D0D0"
text-color = "#101010"
border-color = "#101010"
[urgency=high]
background-color = "#FF0086"
text-color = "#151515"
border-color = "#202020"
|