blob: 9944909b5bded0cceb0a846a875a0ee484ff3035 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Estuary Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#e7e6df"
text-color = "#878573"
border-color = "#929181"
[urgency=normal]
background-color = "#929181"
text-color = "#5f5e4e"
border-color = "#5f5e4e"
[urgency=high]
background-color = "#ba6236"
text-color = "#302f27"
border-color = "#22221b"
|