feat(themes): default-fill missing colour/layout slots on theme load

This commit is contained in:
2026-06-15 16:55:50 +02:00
parent a2d8a9c223
commit 512533ed3a
3 changed files with 126 additions and 39 deletions
@@ -150,7 +150,7 @@ internal sealed class ThemeImportExportRow
Theme? theme;
try
{
theme = ThemeJsonLoader.LoadFromString(json);
theme = ThemeJsonLoader.LoadFromString(json, _logger);
}
catch (FormatException)
{