feat: themes

This commit is contained in:
2026-04-01 10:45:02 +02:00
parent 0316e50233
commit 01a3e0095c
10 changed files with 413 additions and 66 deletions

View File

@@ -118,6 +118,7 @@ class Page(IRNode):
"""Root container. One per .uf file."""
title: str = ""
width: int = 64
theme_name: str = ""
@dataclass