blob: 25e685374751a99659405e77d17cfdcb29b61148 (
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.
background-color=#eeeeee
text-color=#878787
border-color=#d75f00
[urgency=low]
background-color=#eeeeee
text-color=#d70087
border-color=#d75f00
[urgency=high]
background-color=#eeeeee
text-color=#bcbcbc
border-color=#d75f00
|