aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLibravatar Jan Knížek <jk@janknizek.cz>2020-07-21 18:05:46 +0200
committerLibravatar Jan Knížek <jk@janknizek.cz>2020-07-21 18:05:46 +0200
commit7494ab912056b796d67ca43af2bb1a8bde62fdf5 (patch)
treec8eedc91b03d59ff443b24e9b921617a93ba122d /templates
parentd421ff0d8e4f8080fd8ed7d124ad4a2b7cc3eb65 (diff)
Added basic building structure
Diffstat (limited to 'templates')
-rw-r--r--templates/default.mustache20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
index e69de29..97c3b77 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -0,0 +1,20 @@
+/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
+ * Base16 wofi template by knezi
+ * {{scheme-name}} scheme by {{scheme-author}} */
+
+base00 = "#{{base00-hex}}"
+base01 = "#{{base01-hex}}"
+base02 = "#{{base02-hex}}"
+base03 = "#{{base03-hex}}"
+base04 = "#{{base04-hex}}"
+base05 = "#{{base05-hex}}"
+base06 = "#{{base06-hex}}"
+base07 = "#{{base07-hex}}"
+base08 = "#{{base08-hex}}"
+base09 = "#{{base09-hex}}"
+base0A = "#{{base0A-hex}}"
+base0B = "#{{base0B-hex}}"
+base0C = "#{{base0C-hex}}"
+base0D = "#{{base0D-hex}}"
+base0E = "#{{base0E-hex}}"
+base0F = "#{{base0F-hex}}"