blob: 5570469c7f77794e9c3c9e09ddfa2a903215e0a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 PaperColor Dark
# 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=#808080
[urgency=low]
background-color=#af005f
text-color=#d7af5f
[urgency=normal]
background-color=#5faf00
text-color=#808080
[urgency=high]
background-color=#585858
text-color=#d7875f
|