blob: 961e8f1ef1abbeed4d6653838940a815f889551c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## 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.
background-color=#303030
text-color=#a7a7a7
border-color=#a7a7a7
[urgency=low]
background-color=#202020
text-color=#5f5a60
border-color=#a7a7a7
[urgency=high]
background-color=#dc657d
text-color=#808080
border-color=#a7a7a7
|