chore(web): sync design.json to the state ramp

The token system still mirrored the pre-amendment palette and carried
the rule 'Don't colour complete green or incomplete amber', which now
contradicts DESIGN.md 4.2 and would have had the next session revert
the ramp. Drops the four --status-* tokens no rule consumes any more;
satisfaction reuses --signal-ok and a gap --signal-warn.

Committed by the blitz orchestrator: the authoring session wedged.
This commit is contained in:
Miguel Palhas
2026-08-24 14:37:52 +01:00
parent 2dbb0f48f7
commit fa5d876c09
2 changed files with 5 additions and 8 deletions
+3 -6
View File
@@ -62,13 +62,10 @@
--score-6: oklch(0.8 0.17 150);
/* library state ramp (§4.2): green satisfied, amber gap, violet active,
neutral nothing-happening. --status-airing doubles as the downloading
hue; the other four stay declared as the design.json mirror. */
neutral nothing-happening. Satisfaction reuses --signal-ok and a gap
--signal-warn, so the only hue this family still owns is the active one,
which doubles as the downloading colour. */
--status-airing: oklch(0.78 0.14 305);
--status-incomplete: oklch(0.72 0.09 305);
--status-waiting: oklch(0.64 0.045 305);
--status-complete: oklch(0.85 0.01 250);
--status-ended: oklch(0.62 0.015 250);
/* type */
--font-label: system-ui, "Segoe UI", sans-serif;