fix(splash): skip runtime title/version draw and use mantle background #179

Merged
forbes merged 2 commits from feat/editing-context-system into main 2026-02-12 16:11:10 +00:00

2 Commits

Author SHA1 Message Date
d299501a0b Merge branch 'main' into feat/editing-context-system
All checks were successful
Build and Test / build (pull_request) Successful in 35m30s
2026-02-12 16:10:54 +00:00
f71decca08 fix(splash): skip runtime title/version draw and use mantle background
Some checks failed
Build and Test / build (pull_request) Failing after 19m15s
The splash PNG already has the title and version baked in by
generate-splash.py, but SplashScreen::splashImage() was drawing them
again at position (6,75) which fell outside the rounded background
rectangle (starts at 30,30). Skip runtime text rendering for Kindred
Create while keeping the dev build warning.

Also switch the splash background from Catppuccin Mocha base (#1e1e2e)
to mantle (#181825) for a darker appearance and regenerate assets.
2026-02-12 10:08:23 -06:00