blob: 65a982382ca8ea4f6d100b48972b22b6da2ead80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Paraiso
# Author: Jan T. Sott
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#41323f"
text-color = "#776e71"
border-color = "#4f424c"
[urgency=normal]
background-color = "#4f424c"
text-color = "#a39e9b"
border-color = "#a39e9b"
[urgency=high]
background-color = "#ef6155"
text-color = "#b9b6b0"
border-color = "#e7e9db"
|