blob: 6254818d4c203df5c3d5e46cad74a1b4cd94f5e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Isotope
# Author: Jan T. Sott
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#404040"
text-color = "#808080"
border-color = "#606060"
[urgency=normal]
background-color = "#606060"
text-color = "#d0d0d0"
border-color = "#d0d0d0"
[urgency=high]
background-color = "#ff0000"
text-color = "#e0e0e0"
border-color = "#ffffff"
|