blob: 53d5865eb27c371ef467a7042c67cb830db94b1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 3024
# Author: Jan T. Sott (http://github.com/idleberg)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#3a3432"
text-color = "#5c5855"
border-color = "#4a4543"
[urgency=normal]
background-color = "#4a4543"
text-color = "#a5a2a2"
border-color = "#a5a2a2"
[urgency=high]
background-color = "#db2d20"
text-color = "#d6d5d4"
border-color = "#f7f7f7"
|