blob: 0fd0007a0b4274491ed62070cf4bd3860042f3b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Gruvbox dark, soft
# 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=#32302f
text-color=#d5c4a1
border-color=#83a598
[urgency=low]
background-color=#32302f
text-color=#fabd2f
border-color=#83a598
[urgency=high]
background-color=#32302f
text-color=#fb4934
border-color=#83a598
|