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