blob: 752a307bacd059bef947a42ffa4f49a5413d1bdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Unikitty Dark
# Author: Josh W Lewis (@joshwlewis)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#4a464d"
text-color = "#838085"
border-color = "#666369"
[urgency=normal]
background-color = "#666369"
text-color = "#bcbabe"
border-color = "#bcbabe"
[urgency=high]
background-color = "#d8137f"
text-color = "#d8d7da"
border-color = "#f5f4f7"
|