blob: 6918df51c9034dad5afb1720332665e452934189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 PaperColor Light
# Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
#
# You can use these variables anywhere in the mako configuration file.
border-color=#878787
[urgency=low]
background-color=#af0000
text-color=#5f8700
[urgency=normal]
background-color=#008700
text-color=#878787
[urgency=high]
background-color=#bcbcbc
text-color=#005f87
|