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