From e0b64232af925c057243272451461342b4d7de26 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 26 Sep 2024 16:39:53 +0500 Subject: first commit --- templates/config.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/config.yaml (limited to 'templates/config.yaml') diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..23a7adc --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + supported-systems: [base16] + filename: "colors/{{scheme-system}}-{{scheme-slug}}.yaml" -- cgit