blob: a08de5324b3e25b8369745021b90a9132724fb1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Dune Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#e8e4cf"
text-color = "#999580"
border-color = "#a6a28c"
[urgency=normal]
background-color = "#a6a28c"
text-color = "#6e6b5e"
border-color = "#6e6b5e"
[urgency=high]
background-color = "#d73737"
text-color = "#292824"
border-color = "#20201d"
|