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