Feat(csc-ui): Retune dark mode vividness and re-derive chart series s… - #260
Merged
Conversation
…lots (ADR-0034, ADR-0030 amended) Dark mode is now more vibrant, with increased saturation for fills and subtle tints. This is achieved by adjusting the core chroma ramp (`C_FACTOR`) to hold full chroma through steps 400–300, and by remapping semantic tokens (e.g., status/accent fills move to `*-400`, subtle tints to `*-700`). Navigation chrome is also adjusted for better visual presence. All audited contrast pairs now pass. The twelve chart series slots (`--c-chart-1` … `--c-chart-12`) have been re-derived as vivid single hues. This new set improves visual distinction, ensures all slots clear 3:1 contrast on both chart surfaces (eliminating the need for relief channels), preserves hue identity for the first seven slots, and excludes status hue bands. The chart palette no longer includes shade pairs and reads significantly better.
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.
…lots (ADR-0034, ADR-0030 amended)
Dark mode is now more vibrant, with increased saturation for fills and subtle tints. This is achieved by adjusting the core chroma ramp (
C_FACTOR) to hold full chroma through steps 400–300, and by remapping semantic tokens (e.g., status/accent fills move to*-400, subtle tints to*-700). Navigation chrome is also adjusted for better visual presence. All audited contrast pairs now pass.The twelve chart series slots (
--c-chart-1…--c-chart-12) have been re-derived as vivid single hues. This new set improves visual distinction, ensures all slots clear 3:1 contrast on both chart surfaces (eliminating the need for relief channels), preserves hue identity for the first seven slots, and excludes status hue bands. The chart palette no longer includes shade pairs and reads significantly better.