blob: dd1955ae4b1323f8c80ea3aa11a50771e32dfaed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Heath
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#292329"
text-color = "#776977"
border-color = "#695d69"
[urgency=normal]
background-color = "#695d69"
text-color = "#ab9bab"
border-color = "#ab9bab"
[urgency=high]
background-color = "#ca402b"
text-color = "#d8cad8"
border-color = "#f7f3f7"
|