aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 16:39:53 +0500
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-26 16:39:53 +0500
commite0b64232af925c057243272451461342b4d7de26 (patch)
treeb49c90f6ae05cf5deff59d720ae8f4209bae8672 /templates
first commit
Diffstat (limited to 'templates')
-rw-r--r--templates/body.mustache3
-rw-r--r--templates/config.yaml3
-rw-r--r--templates/head.mustache11
3 files changed, 17 insertions, 0 deletions
diff --git a/templates/body.mustache b/templates/body.mustache
new file mode 100644
index 0000000..983e150
--- /dev/null
+++ b/templates/body.mustache
@@ -0,0 +1,3 @@
+background: "#{{base00.hex}}"
+color: "#{{base04.hex}}"
+border: "#{{base0D.hex}}"
diff --git a/templates/config.yaml b/templates/config.yaml
new file mode 100644
index 0000000..23a7adc
--- /dev/null
+++ b/templates/config.yaml
@@ -0,0 +1,3 @@
+default:
+ supported-systems: [base16]
+ filename: "colors/{{scheme-system}}-{{scheme-slug}}.yaml"
diff --git a/templates/head.mustache b/templates/head.mustache
new file mode 100644
index 0000000..980d8f5
--- /dev/null
+++ b/templates/head.mustache
@@ -0,0 +1,11 @@
+#
+#
+# name: {{scheme-name}}
+# author: {{{scheme-author}}}
+# slug: {{scheme-slug}}
+# slug-underscored: {{scheme-slug-underscored}}
+# system: {{scheme-system}}
+# variant: {{scheme-variant}}
+# is-{{scheme-variant}}-variant: {{hasVariant}}
+#
+#