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