blob: 19992b3f55b95350dde0d4b5314610c23c6f466e (
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=#3B758C
[urgency=normal]
background-color=#3B758C
text-color=#d6d6d6
border-color=#d6d6d6
[urgency=high]
background-color=#Cd3f45
text-color=#eeeeee
border-color=#ffffff
|