blob: c2969a1a3c5277de1652e7108ec83eaced0a6d82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Grayscale Dark
# Author: Alexandre Gavioli (https://github.com/Alexx2/)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#101010
text-color=#b9b9b9
border-color=#686868
[urgency=low]
background-color=#101010
text-color=#a0a0a0
border-color=#686868
[urgency=high]
background-color=#101010
text-color=#7c7c7c
border-color=#686868
|