diff --git a/HellionChat/Themes/Builtin/example-theme.json b/HellionChat/Themes/Builtin/example-theme.json index 5489cec..7b6f7de 100644 --- a/HellionChat/Themes/Builtin/example-theme.json +++ b/HellionChat/Themes/Builtin/example-theme.json @@ -1,5 +1,5 @@ { - "schemaVersion": 1, + "schemaVersion": 2, "slug": "example-custom", "name": "Example Custom", "author": "You", @@ -37,5 +37,9 @@ "scrollbarRounding": 2, "windowBorderSize": 1, "frameBorderSize": 1 + }, + "typography": { + "overrideGlobalFontSizePt": null, + "overrideSymbolsFontSizePt": null } }