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