blob: 5b882ebea701744a92a90d66c1992a15dc46998f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Rebecca
# Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#663399
text-color=#666699
border-color=#383a62
[urgency=normal]
background-color=#383a62
text-color=#f1eff8
border-color=#f1eff8
[urgency=high]
background-color=#a0a0c5
text-color=#ccccff
border-color=#53495d
|