fix(desktop): separate the three near-identical blue palettes - #653
Merged
Conversation
默认 (h250), One Dark (h250) and 湖蓝 azure (h252) accents were the same blue at three lightness levels — indistinguishable as picker swatches and pointless as palette choices. Each now sits on its own hue, faithful to its name: - One Dark → oklch h237 (the actual #61AFEF One Dark blue family) - 湖蓝 azure → oklch h195 lake cyan (a lake, not a brand-blue clone); clear of Tokyo Night/Nord at h215 - 默认 stays the brand h250 Picker swatch literals in theme-preview.css synced to the new accents.
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.
Recorded finding from the settings detail audit: the 外观 palette picker showed three nearly identical blue swatches — 默认 (oklch h250), One Dark (h250), 湖蓝 (h252) differed only in lightness/chroma, making the choices meaningless at swatch size.
Each accent now owns a hue, faithful to its name: One Dark moves to h237 (the real #61AFEF One Dark blue), 湖蓝 becomes an actual lake cyan at h195 (clear of Tokyo Night/Nord at h215), 默认 keeps brand h250. Dark-mode variants adjusted to match; picker swatch literals synced.
Desktop suite 2262/2262 green; CDP capture of settings-appearance confirms the three are now distinguishable at a glance.