fix(themes): bump example-theme.json to schemaVersion 2

This commit is contained in:
2026-05-26 14:47:02 +02:00
parent d156ff4c56
commit 947c4b2061
@@ -1,5 +1,5 @@
{ {
"schemaVersion": 1, "schemaVersion": 2,
"slug": "example-custom", "slug": "example-custom",
"name": "Example Custom", "name": "Example Custom",
"author": "You", "author": "You",
@@ -37,5 +37,9 @@
"scrollbarRounding": 2, "scrollbarRounding": 2,
"windowBorderSize": 1, "windowBorderSize": 1,
"frameBorderSize": 1 "frameBorderSize": 1
},
"typography": {
"overrideGlobalFontSizePt": null,
"overrideSymbolsFontSizePt": null
} }
} }