blob: 5d7e5ef96f89c9449fdd930e36b6b2ea141ed9c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Circus
# Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#202020"
text-color = "#5f5a60"
border-color = "#303030"
[urgency=normal]
background-color = "#303030"
text-color = "#a7a7a7"
border-color = "#a7a7a7"
[urgency=high]
background-color = "#dc657d"
text-color = "#808080"
border-color = "#ffffff"
|