diff options
| author | 2024-09-23 18:03:09 +0500 | |
|---|---|---|
| committer | 2024-09-23 18:03:09 +0500 | |
| commit | c2dab82cec1508a07ca1b4bbe8c56c96315f63d0 (patch) | |
| tree | 88afdacb598a0dbc0eec519a02ca4f0e1e629c51 /templates | |
| parent | 5ec5a81d7a143fd6a55a839bf1ea947a6d187e74 (diff) | |
update
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/config.yaml | 4 | ||||
| -rw-r--r-- | templates/default.mustache | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/templates/config.yaml b/templates/config.yaml index f248d38..46ec7f8 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -1,3 +1,3 @@ default: - extension: .css - output: colors + supported-systems: [base16] + filename: "colors/{{scheme-system}}-{{scheme-slug}}.css" diff --git a/templates/default.mustache b/templates/default.mustache index 86aee88..753f038 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -4,7 +4,6 @@ * name: {{scheme-name}} * slug: {{scheme-slug}} * author: {{scheme-author}} -* description: {{scheme-description}} * variant: {{scheme-variant}} * */ |
