wip: basic theming support

This commit is contained in:
2025-10-28 21:23:06 +08:00
parent 9c96714c8f
commit 4409986687
13 changed files with 1457 additions and 5 deletions

3
ui/theme/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from .manager import ThemeManager
__all__ = ["ThemeManager"]