feat(theme): TitleLogo + TitleKicker display variations

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-11 10:41:42 -05:00
parent 263254346d
commit c6d513c966
5 changed files with 36 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ const DARK_PANEL := &"DarkPanel"
const HEADING := &"Heading"
const ACCENT := &"Accent"
const MONO := &"Mono"
const TITLE_LOGO := &"TitleLogo"
const TITLE_KICKER := &"TitleKicker"
## Every variation name + the base Control type it decorates. The builder and the
## test both iterate this so they can never drift apart.