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