blob: a78d93d266826aa70d2264cd6f25f7f2c875c18e (
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=#282828
text-color=#d5c4a1
border-color=#83a598
[urgency=low]
background-color=#282828
text-color=#fabd2f
border-color=#83a598
[urgency=high]
background-color=#282828
text-color=#fb4934
border-color=#83a598
|