From f458b7b4c5cfbf0a6a99122396aed0078119ec09 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Fri, 22 Mar 2019 19:24:16 +0100 Subject: Init --- templates/config.yaml | 3 +++ templates/default.mustache | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 templates/config.yaml create mode 100644 templates/default.mustache (limited to 'templates') diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..1832de5 --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + extension: .config + output: colors 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