blob: 74e63bb4a57e6aa6b4257f1ec6ac3c2797d17ebd (
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=#1c1c1c
text-color=#808080
border-color=#ff5faf
[urgency=low]
background-color=#1c1c1c
text-color=#afd700
border-color=#ff5faf
[urgency=high]
background-color=#1c1c1c
text-color=#585858
border-color=#ff5faf
|