aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
diff options
context:
space:
mode:
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:
+}