3 Commits

Author SHA1 Message Date
xfy
99b23cd056 chore(ui/style): drop unused DIM_TEXT palette constant
Defined in Task 2 as a palette slot for section-disabled header styling,
but the final code path never used it — disabled sections rely on egui's
add_enabled auto-dimming instead of a manual header color. Removes the
last dead-code warning from the UI rewrite.
2026-07-17 16:35:28 +08:00
xfy
800d51f8c9 fix(ui): correct inactive bg_stroke color to spec #3C4646
Plan transcribed #3C4646 as rgb(60,70,90)=#3C465A (20 off on blue);
spec §1 specifies rgb(60,70,70). Also add module-level egui-0.35
version-drift note and hex comments on inline widget-state colors
for grep-able spec↔code comparison.
2026-07-17 15:04:57 +08:00
xfy
df5830ef32 feat(ui): add style module — deep-space cyan/orange theme
Palette constants + sci_fi_visuals() + setup(). Hand-applied over
Visuals::dark(); no custom font, no new deps. Not yet wired into
ui_system (Task 4 does that via setup_egui_style).
2026-07-17 14:58:04 +08:00