blob: 6ccfad8fc295dd4631b00aa56f8e335ae9d0c839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 Apathy
# Author: Jannik Siebert (https://github.com/janniks)
#
# You can use these variables anywhere in the mako configuration file.
background-color=#031A16
text-color=#81B5AC
border-color=#96883E
[urgency=low]
background-color=#031A16
text-color=#3E4C96
border-color=#96883E
[urgency=high]
background-color=#031A16
text-color=#3E9688
border-color=#96883E
|