feat(theme): align UI color scheme with app icon#112
Merged
Conversation
Replace blue-navy backgrounds and cyan accent with the icon's warm dark tones: near-black backgrounds, amber/gold primary accent, and a gold→amber→deep-red gradient arc on the CPU ring and status bar. Closes #111 Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
The app UI previously used a blue-navy background with a cyan primary accent, which clashed with the icon's warm dark aesthetic. This PR realigns the color palette to match the icon — a near-black background with a gold → amber → deep-red gradient arc.
Changes
MacVitals/Theme/Theme.swiftbackgroundDark,backgroundNavy) with near-black warm-tinted valuesaccentCyanfrom cyan to amber/gold(0.82, 0.52, 0.08)— matching the icon's gauge start colorwarningOrangeto a warm orange(0.90, 0.38, 0.08)criticalRed(Color.red) with the icon's deep warm red(0.78, 0.12, 0.06)statusBargradient from cyan → purple → red to gold → amber → deep-redMacVitals/Views/Components/RingGaugeView.swiftRingGradients.cputo arc from gold to deep-red, mirroring the icon's circular gaugeAdditional Notes
All 19 view files inherit the changes automatically via
Theme.Colors.*tokens — no individual view edits required.Closes #111
🤖 Generated with Claude Code