From 947c4b206147da3f99457b33e6fd732fabe53f98 Mon Sep 17 00:00:00 2001 From: Jon Kazama Date: Tue, 26 May 2026 14:47:02 +0200 Subject: [PATCH] fix(themes): bump example-theme.json to schemaVersion 2 --- HellionChat/Themes/Builtin/example-theme.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 } }