blob: 3344a1499e4ee79c49731c20d8fce51a9bddafe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 IR Black
# Author: Timothée Poisot (http://timotheepoisot.fr)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#242422"
text-color = "#6c6c66"
border-color = "#484844"
[urgency=normal]
background-color = "#484844"
text-color = "#b5b3aa"
border-color = "#b5b3aa"
[urgency=high]
background-color = "#ff6c60"
text-color = "#d9d7cc"
border-color = "#fdfbee"
|