blob: a3faf9486a479247040105a9bef67a8a8290797d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Gruvbox dark, pale
# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
#
# You can use these variables anywhere in the mako configuration file.
border-color=#dab997
[urgency=low]
background-color=#3a3a3a
text-color=#8a8a8a
[urgency=normal]
background-color=#4e4e4e
text-color=#dab997
[urgency=high]
background-color=#d75f5f
text-color=#d5c4a1
|