blob: b501be228f5ecb9588395cabcae966fe7a225c28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Plateau Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#e7dfdf"
text-color = "#7e7777"
border-color = "#8a8585"
[urgency=normal]
background-color = "#8a8585"
text-color = "#585050"
border-color = "#585050"
[urgency=high]
background-color = "#ca4949"
text-color = "#292424"
border-color = "#1b1818"
|