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