blob: 7ce201ec1a2a607de84a006320e676f3777a36d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Unikitty Light
# Author: Josh W Lewis (@joshwlewis)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#c4c3c5
text-color=#6c696e
border-color=#6c696e
[urgency=low]
background-color=#e1e1e2
text-color=#a7a5a8
border-color=#6c696e
[urgency=high]
background-color=#d8137f
text-color=#4f4b51
border-color=#6c696e
|