diff options
| author | 2025-07-12 18:49:05 +0500 | |
|---|---|---|
| committer | 2025-07-12 18:49:05 +0500 | |
| commit | 33d13420fcf323b3fd4130414995e15adab89060 (patch) | |
| tree | 9caa83e26ab7d7210a9a05d8cdcf605ae12accce | |
| parent | 7a509770d8b5b21f33a20d7633cbb6e7110ccac9 (diff) | |
update default.mustache
| -rw-r--r-- | templates/default.mustache | 14 |
1 files changed, 7 insertions, 7 deletions
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 } } |
