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