blob: d0b6e014cb05c644d0e0ef3cbb75938c6f388efc (
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=#A89984
[urgency=normal]
background-color=#504945
text-color=#A89984
border-color=#A89984
[urgency=high]
background-color=#FB543F
text-color=#D5C4A1
border-color=#A89984
|