blob: f52e8c4e6d53d843a746f56dc9ae0a69113b71e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Material Vivid
# Author: joshyrobot
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#27292c"
text-color = "#44464d"
border-color = "#323639"
[urgency=normal]
background-color = "#323639"
text-color = "#80868b"
border-color = "#80868b"
[urgency=high]
background-color = "#f44336"
text-color = "#9e9e9e"
border-color = "#ffffff"
|