aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-22 17:51:30 +0000
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-22 17:51:30 +0000
commit5ec5a81d7a143fd6a55a839bf1ea947a6d187e74 (patch)
treef10bd2406cc7d22796a5c099d9c19db8622af0dc /templates/default.mustache
first commit
Diffstat (limited to 'templates/default.mustache')
-rw-r--r--templates/default.mustache28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
new file mode 100644
index 0000000..86aee88
--- /dev/null
+++ b/templates/default.mustache
@@ -0,0 +1,28 @@
+/*
+*
+* system: {{scheme-system}}
+* name: {{scheme-name}}
+* slug: {{scheme-slug}}
+* author: {{scheme-author}}
+* description: {{scheme-description}}
+* variant: {{scheme-variant}}
+*
+*/
+
+window {
+ background-color:
+ border-color:
+}
+
+button,
+image {
+ color:
+}
+
+button {
+ color:
+}
+
+button:hover {
+ background-color:
+}