blob: 6b91005275b797b8a9bd02f7c382b66b5d39c8f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Lakeside Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#c1e4f6"
text-color = "#7195a8"
border-color = "#7ea2b4"
[urgency=normal]
background-color = "#7ea2b4"
text-color = "#516d7b"
border-color = "#516d7b"
[urgency=high]
background-color = "#d22d72"
text-color = "#1f292e"
border-color = "#161b1d"
|