blob: 1a2284bff22b022a349c1440f7297a5d3a1c0ae1 (
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=#f1eff8
[urgency=normal]
background-color=#383a62
text-color=#f1eff8
border-color=#f1eff8
[urgency=high]
background-color=#a0a0c5
text-color=#ccccff
border-color=#f1eff8
|