blob: f3ac0c302e5b25285560dfccb4d78de3881a222d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## 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.
background-color=#292a44
text-color=#f1eff8
border-color=#2de0a7
[urgency=low]
background-color=#292a44
text-color=#ae81ff
border-color=#2de0a7
[urgency=high]
background-color=#292a44
text-color=#a0a0c5
border-color=#2de0a7
|