blob: ea024936809af1f8258d2583823738476c956f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Savanna Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#dfe7e2"
text-color = "#78877d"
border-color = "#87928a"
[urgency=normal]
background-color = "#87928a"
text-color = "#526057"
border-color = "#526057"
[urgency=high]
background-color = "#b16139"
text-color = "#232a25"
border-color = "#171c19"
|