diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/config.yaml | 3 | ||||
| -rw-r--r-- | templates/default.mustache | 28 |
2 files changed, 31 insertions, 0 deletions
diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..f248d38 --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + extension: .css + output: colors 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: +} |
