new theme: snow white

This commit is contained in:
2025-12-05 18:22:25 +03:00
parent f99ae75503
commit 77677eef6d
3 changed files with 1486 additions and 1 deletions

View File

@@ -267,6 +267,6 @@ def create_app():
if subject == 'style':
return 'Default'
return f'{subject.removeprefix('theme-').capitalize()} (beta)'
return f'{subject.removeprefix('theme-').replace('-', ' ').capitalize()} (beta)'
return app