blob: 9a037cdd6755c85affc73051694e46c4944e4502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## 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.
[urgency=low]
background-color = "#af0000"
text-color = "#5f8700"
border-color = "#008700"
[urgency=normal]
background-color = "#008700"
text-color = "#878787"
border-color = "#878787"
[urgency=high]
background-color = "#bcbcbc"
text-color = "#005f87"
border-color = "#444444"
|