From f458b7b4c5cfbf0a6a99122396aed0078119ec09 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Fri, 22 Mar 2019 19:24:16 +0100 Subject: Init --- templates/default.mustache | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/default.mustache (limited to 'templates/default.mustache') 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}}" -- cgit