blob: aa1c1a33241de3034391157e30b594bc6741a075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Base16 {{scheme-name}}
# Author: {{scheme-author}}
#
# You can use these variables anywhere in the mako configuration file.
background-color=#{{base00-hex}}
text-color=#{{base05-hex}}
border-color=#{{base0D-hex}}
[urgency=low]
background-color=#{{base00-hex}}
text-color=#{{base0A-hex}}
border-color=#{{base0D-hex}}
[urgency=high]
background-color=#{{base00-hex}}
text-color=#{{base08-hex}}
border-color=#{{base0D-hex}}
|