blob: c527bf96c73e89095c42f5db5bb3e675e9ded1a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Darktooth
# Author: Jason Milkins (https://github.com/jasonm23)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#32302F"
text-color = "#665C54"
border-color = "#504945"
[urgency=normal]
background-color = "#504945"
text-color = "#A89984"
border-color = "#A89984"
[urgency=high]
background-color = "#FB543F"
text-color = "#D5C4A1"
border-color = "#FDF4C1"
|