blob: 0d6a36d34a913802a07a20335dbccce87ef9f0b8 (
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 = "#464b50"
[urgency=normal]
background-color = "#464b50"
text-color = "#a7a7a7"
border-color = "#a7a7a7"
[urgency=high]
background-color = "#cf6a4c"
text-color = "#c3c3c3"
border-color = "#ffffff"
|