blob: 10097fc2ee722a88f20fa7ff531c37e1ce85fa45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Porple
# Author: Niek den Breeje (https://github.com/AuditeMarlow)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#333344"
text-color = "#65568a"
border-color = "#474160"
[urgency=normal]
background-color = "#474160"
text-color = "#d8d8d8"
border-color = "#d8d8d8"
[urgency=high]
background-color = "#f84547"
text-color = "#e8e8e8"
border-color = "#f8f8f8"
|