blob: a757b3998cf1cbffe4c896369a06f12ca3a3c82c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Bespin
# Author: Jan T. Sott
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#36312e"
text-color = "#666666"
border-color = "#5e5d5c"
[urgency=normal]
background-color = "#5e5d5c"
text-color = "#8a8986"
border-color = "#8a8986"
[urgency=high]
background-color = "#cf6a4c"
text-color = "#9d9b97"
border-color = "#baae9e"
|