theme: build on the shared bread-theme stylesheet

build_css() now starts from bread_theme::stylesheet(palette) and appends only
breadpad/breadman-specific components. This unifies fonts, palette, and generic
widgets with the rest of the ecosystem and fixes the colour mapping (overlay is
now color7, matching every other app, not color0). Bump bread-theme to v0.2.6.
This commit is contained in:
Breadway 2026-06-16 16:57:16 +08:00
parent eab3775de1
commit 49f6966d9c
2 changed files with 31 additions and 76 deletions

View file

@ -7,7 +7,7 @@ authors.workspace = true
[dependencies]
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.1.0" }
bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.6" }
anyhow.workspace = true
tracing.workspace = true
serde.workspace = true