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