blob: 9e223792e39e83c86af32741bcb1c302fa25fc1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 London Tube
# Author: Jan T. Sott
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#1c3f95"
text-color = "#737171"
border-color = "#5a5758"
[urgency=normal]
background-color = "#5a5758"
text-color = "#d9d8d8"
border-color = "#d9d8d8"
[urgency=high]
background-color = "#ee2e24"
text-color = "#e7e7e8"
border-color = "#ffffff"
|