From 33d13420fcf323b3fd4130414995e15adab89060 Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Sat, 12 Jul 2025 18:49:05 +0500 Subject: update default.mustache --- templates/default.mustache | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/default.mustache') diff --git a/templates/default.mustache b/templates/default.mustache index 9bce6f9..e11de53 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -1,12 +1,12 @@ { "name": "base16", - "scheme-name": "{{scheme-name}}", + "schemeName": "{{scheme-name}}", "author": "{{scheme-author}}", "slug": "{{scheme-slug}}", - "slug-underscored": "{{scheme-slug-underscored}}", + "slugUnderscored": "{{scheme-slug-underscored}}", "system": "{{scheme-system}}", "variant": "{{scheme-variant}}", - "is-light-variant": "{{scheme-is-light-variant}}", + "isLightVariant": "{{scheme-is-light-variant}}", "schemaVersion": 1, "colors": { "background": { @@ -134,7 +134,7 @@ "palette": 15 }, "list_header_highlighted_background": { - "hex": "#{{base0E-hex}}", + "hex": "#{{base0D-hex}}", "palette": 134 }, "list_header_highlighted_foreground": { @@ -150,7 +150,7 @@ "palette": 63 }, "list_item_active_background": { - "hex": "#{{base0A-hex}}", + "hex": "#{{base0D-hex}}", "palette": 214 }, "list_item_active_foreground": { @@ -158,11 +158,11 @@ "palette": 15 }, "list_item_active_highlighted_background": { - "hex": "#{{base0E-hex}}", + "hex": "#{{base0A-hex}}", "palette": 134 }, "list_item_active_highlighted_foreground": { - "hex": "#{{base05-hex}}", + "hex": "#{{base00-hex}}", "palette": 237 } } -- cgit