feat: add supplemental theme catalog tooling, additional theme selection, and custom theme selection

This commit is contained in:
matt 2025-10-03 10:43:24 -07:00
parent 3a1b011dbc
commit 9428e09cef
39 changed files with 3643 additions and 198 deletions

View file

@ -264,6 +264,8 @@ class TestJSONRoundTrip:
assert exported_data['enforcement_mode'] == "strict"
assert exported_data['allow_illegal'] is True
assert exported_data['fuzzy_matching'] is False
assert exported_data['userThemes'] == []
assert exported_data['themeCatalogVersion'] is None
if __name__ == "__main__":