Skip to content

feat: premium color grading overhaul#13

Merged
shibinsp merged 1 commit into
mainfrom
feat/issue-12-premium-color-grading
Mar 14, 2026
Merged

feat: premium color grading overhaul#13
shibinsp merged 1 commit into
mainfrom
feat/issue-12-premium-color-grading

Conversation

@shibinsp

Copy link
Copy Markdown
Owner

Summary

  • Replace monochrome warm cream/amber palette with premium neutral design
  • Light sidebar (white) in light mode, dark navy sidebar in dark mode
  • Pure white cards on gray-50 background for clear visual hierarchy
  • Gold accent reserved for CTAs, active nav, badges only (not base surfaces)
  • Fix accent color switching in Settings (was broken — applyTheme only set --accent-primary, not --primary)
  • Add missing accent.primary/accent.secondary Tailwind color mappings
  • Tone down mesh gradient to subtle multi-color (teal/blue/green hints vs all-gold)

Test plan

  • Light mode: gray background, white cards, white sidebar, gold CTAs
  • Dark mode: dark background, dark cards, dark navy sidebar, bright gold accents
  • Sidebar collapse/expand animation works
  • Mobile sidebar renders correctly
  • Accent switching in Settings updates buttons + nav + ring
  • Status badges (success/warning/info/danger) remain unchanged
  • Header glassmorphism is clean white frost

Fixes #12

🤖 Generated with Claude Code

Replace the monochrome warm cream/amber palette with a premium design:
- Neutral gray-50 page background + pure white cards (not cream everywhere)
- Light sidebar in light mode, dark navy sidebar in dark mode
- Gold reserved as accent only (CTAs, active nav, badges)
- Clean gray borders/text hierarchy instead of warm beige
- Fix accent color switching (now actually updates --primary/--ring)
- Add missing accent.primary/accent.secondary Tailwind mappings
- Tone down mesh gradient (subtle multi-color instead of all-gold wash)

Fixes #12
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shibinsp shibinsp merged commit 27fba25 into main Mar 14, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Premium color grading overhaul — fix monotone cream/amber palette

1 participant