blob: d61d97a447b5ced536cd18383a15052d4897711d (
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
|