blob: 242d710f5aad733a6e0d5860d0abc4df58170f79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Cave
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#26232a"
text-color = "#655f6d"
border-color = "#585260"
[urgency=normal]
background-color = "#585260"
text-color = "#8b8792"
border-color = "#8b8792"
[urgency=high]
background-color = "#be4678"
text-color = "#e2dfe7"
border-color = "#efecf4"
|