Feat(csc-ui): Refine dark mode subtle tint contrast and identity - #262
Merged
Conversation
Adjusts semantic token mappings for subtle tints and their foreground inks. Primary, secondary, info, error, and link subtle tints move to `*-700` to ensure visual distinction from the `slate-800` page background. Accent, success, and warning subtle tints remain `*-800` to preserve WCAG AA contrast for their `on-*-subtle` inks. All `on-*-subtle` inks are updated from `*-50` (near-white) to a more vivid `*-200` to maintain color identity, especially for status indicators like alert icons.
razorfever
approved these changes
Sep 3, 2026
villeerikssoncsc
added a commit
that referenced
this pull request
Sep 3, 2026
…quire a new changeset per PR PR #262 (dark-mode subtle ink back to `*-200`) released nothing: it only edited `.changeset/dark-mode-vivid-retune.md`, which the alpha.8 "Version packages" PR had already consumed. In changesets pre mode a consumed changeset stays on disk but is listed in `.changeset/pre.json` and skipped by the release plan, so amending it is inert. The changeset check passed because it accepted any `.changeset/*.md` in the diff. - Add `dark-mode-subtle-ink.md` (patch) so the next merge to main opens a Version packages PR for the change already on main. - `changeset-check.yml` now requires an ADDED changeset file (`--diff-filter=A`) and explains why an edited one does not count. Replayed locally: blocks #262, passes #260. - CLAUDE.md release notes state the rule. Co-Authored-By: Claude Fable 5.1 <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.
Adjusts semantic token mappings for subtle tints and their foreground inks. Primary, secondary, info, error, and link subtle tints move to
*-700to ensure visual distinction from theslate-800page background. Accent, success, and warning subtle tints remain*-800to preserve WCAG AA contrast for theiron-*-subtleinks. Allon-*-subtleinks are updated from*-50(near-white) to a more vivid*-200to maintain color identity, especially for status indicators like alert icons.