From 5ec5a81d7a143fd6a55a839bf1ea947a6d187e74 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Sun, 22 Sep 2024 17:51:30 +0000 Subject: first commit --- templates/default.mustache | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/default.mustache (limited to 'templates/default.mustache') 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: +} -- cgit