blob: 937cd531ddb94a546ecc697c5bbbb6bd9161d6f8 (
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"
|