chore(ui): WS6 colors-finish — map last drift colors to tokens (ADR-047 D-5)#134
Merged
Conversation
…47 D-5) Resolve the cleanly-mappable color leftovers (no meaningful visual change — all targets sit ~1-15 units from an existing token): - connections raw-expanded panel bg: 0xFF15161C/0xFFF8F9FA -> DesignColors.footerBackground / backgroundLight - propose_card_task result block: grey.shade900/100 bg -> surfaceDark/ canvasLight; grey.shade200/800 mono text -> textPrimary/textPrimaryLight - runs_screen chart series #5: new named DesignColors.violet token (categorical accent) replacing the stray 0xFFB394FF; the other 4 series colors were already tokens Ratchets stray_hex_color 5 -> 0 and raw_material_color 7 -> 3. The 3 remaining are deliberate: 2 pane_layout_painters greys (a CustomPainter opacity scheme where no token matches shade500-as-border) + 1 doc-comment mention in design_colors.dart. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Merged
physercoe
added a commit
that referenced
this pull request
Jun 10, 2026
ADR-047 design-system burn-down — colors (#133/#134), flat-by-default shadows (#135), chip consolidation (#136). Token ratchet 130 -> 100. - pubspec + buildinfo -> 1.0.815-alpha - changelog: v1.0.815-alpha section + stamp - re-stamp governed-actions contract docs (UI-token-only release, no governance change) so lint-docs stays green at 815 Co-authored-by: Ubuntu <ubuntu@ip-172-26-2-239.agent.ai> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Finishes the "Colors only, no visual change" burn-down by mapping the
last cleanly-mappable color leftovers. Every target sits ~1–15 units
from an existing token, so this is effectively no visual change.
0xFF15161C/0xFFF8F9FAfooterBackground/backgroundLightgrey.shade900/shade100surfaceDark/canvasLightgrey.shade200/shade800textPrimary/textPrimaryLight0xFFB394FFDesignColors.violetThe chart
_seriesPalettealready used tokens for 4 of 5 entries; the5th is now a named categorical accent (
violet) rather than a stray hex.Scope
Ratchets
stray_hex_color5 → 0 andraw_material_color7 → 3(total 139 → 130). The 3 remaining
raw_materialare deliberate:two
pane_layout_paintersgreys (aCustomPainteropacity scheme whereno token matches
shade500-as-border without the stroke vanishing) plusone doc-comment mention in
design_colors.dart.box_shadow(15) andprivate_chip_class(30) remain as separatedesign arcs.
🤖 Generated with Claude Code