blob: 82646ad94e3f03c1c6bf5aa13e17ec4e08fe3ed0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Harmonic16 Dark
# Author: Jannik Siebert (https://github.com/janniks)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#223b54"
text-color = "#627e99"
border-color = "#405c79"
[urgency=normal]
background-color = "#405c79"
text-color = "#cbd6e2"
border-color = "#cbd6e2"
[urgency=high]
background-color = "#bf8b56"
text-color = "#e5ebf1"
border-color = "#f7f9fb"
|