diff options
Diffstat (limited to 'templates/default.mustache')
| -rw-r--r-- | templates/default.mustache | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache new file mode 100644 index 0000000..0232580 --- /dev/null +++ b/templates/default.mustache @@ -0,0 +1,19 @@ +## Base16 {{scheme-name}} +# Author: {{scheme-author}} +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#{{base01-hex}}" + text-color = "#{{base03-hex}}" + border-color = "#{{base02-hex}}" + +[urgency=normal] + background-color = "#{{base02-hex}}" + text-color = "#{{base05-hex}}" + border-color = "#{{base05-hex}}" + +[urgency=high] + background-color = "#{{base08-hex}}" + text-color = "#{{base06-hex}}" + border-color = "#{{base07-hex}}" |
