blob: fe4557268574860a8c95770efcc255d43d0d785c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Twilight
# Author: David Hart (https://github.com/hartbit)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#323537
text-color=#5f5a60
border-color=#a7a7a7
[urgency=normal]
background-color=#464b50
text-color=#a7a7a7
border-color=#a7a7a7
[urgency=high]
background-color=#cf6a4c
text-color=#c3c3c3
border-color=#a7a7a7
|