The theme tokens (including the semantic success/warning/info/surplus hues added in #17) all have light-mode values, but the app has only ever been visually verified in dark mode — html is pinned color-scheme: dark and nothing toggles the .dark class.
Either do a proper light-mode pass (screenshot every route with the light palette, fix contrast/tint issues, add a theme toggle in Settings) or decide dark-only is the product and remove the light token set so it can't silently rot. Parked for later by choice.
The theme tokens (including the semantic success/warning/info/surplus hues added in #17) all have light-mode values, but the app has only ever been visually verified in dark mode — html is pinned
color-scheme: darkand nothing toggles the .dark class.Either do a proper light-mode pass (screenshot every route with the light palette, fix contrast/tint issues, add a theme toggle in Settings) or decide dark-only is the product and remove the light token set so it can't silently rot. Parked for later by choice.