blob: 1c9450bd972d05ecbb4d5ba4fe21d3e0bd7a29c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Embers
# Author: Jannik Siebert (https://github.com/janniks)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#2C2620"
text-color = "#5A5047"
border-color = "#433B32"
[urgency=normal]
background-color = "#433B32"
text-color = "#A39A90"
border-color = "#A39A90"
[urgency=high]
background-color = "#826D57"
text-color = "#BEB6AE"
border-color = "#DBD6D1"
|