blob: e16d800fb3b0e5146d9ca88ca3ae41e278947933 (
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.
background-color=#5faf00
text-color=#808080
border-color=#808080
[urgency=low]
background-color=#af005f
text-color=#d7af5f
border-color=#808080
[urgency=high]
background-color=#585858
text-color=#d7875f
border-color=#808080
|