blob: 205f211bd4154955aa89d7cac935f81c925ebd7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Porple
# Author: Niek den Breeje (https://github.com/AuditeMarlow)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#292c36
text-color=#d8d8d8
border-color=#8485ce
[urgency=low]
background-color=#292c36
text-color=#efa16b
border-color=#8485ce
[urgency=high]
background-color=#292c36
text-color=#f84547
border-color=#8485ce
|