feat(theme): warm the dark-mode neutral palette to #1a1a18#312
Merged
Conversation
The dark theme's neutral tokens were cool near-black (background #000, surface #101417, blue-grey surface-variant/outline). Shift the neutral surface/ink ramp to a warm #1a1a18 charcoal on a #14110f base, with warm off-white ink and warm muted/outline tones. Only the neutral ramp changes — every brand and semantic accent (primary, secondary, tertiary, error, success, warning, inverse-primary) is left as-is, so all contrast pairs hold. Light mode is untouched. Apps inherit the warmth through bg-background / bg-surface / text-on-surface with no local overrides. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Storybook Preview: https://mirrorstack-ai.github.io/web-ui-kit/pr/312/ |
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
Warm the dark-mode neutral tokens from cool near-black to a warm
#1a1a18charcoal family, bumping0.5.9 → 0.5.10.background#000000#14110fsurface#101417#1a1815on-surface#dfe3e7#e8e2d7surface-variant#3c494b#3a342con-surface-variant#bbc9cb#b7ab99outline#869395#968a78surface-container-*Why
The brand's dark surfaces read cold/blue-black; the editorial direction (and the landing nav's glass) is a warm
#1a1a18. Owning this at the token layer means every app — account, applications, the new landing page — inherits the warmth with no per-app overrides, instead of each repo hardcoding#1a1a18.Scope / safety
exports["./theme.css"] → ./src/theme.css) — no dist rebuild.releaselabel) per the kit's release mechanics.Blast radius
All apps consuming
@mirrorstack-ai/web-ui-kitdark mode get warmer surfaces on next bump. Reviewed as intentional & brand-wide.🤖 Generated with Claude Code