blob: 202b405843772d1e178eca7193a81be7a42e62c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Seti UI
# Author:
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#282a2b
text-color=#41535B
border-color=#d6d6d6
[urgency=normal]
background-color=#3B758C
text-color=#d6d6d6
border-color=#d6d6d6
[urgency=high]
background-color=#Cd3f45
text-color=#eeeeee
border-color=#d6d6d6
|