Switch to Nordic Midnight as default theme for clean dark mode - #11
Merged
Conversation
- Change default design theme from 'charcoal' (blue accent) to 'midnight' (clean black & white) - Update :root CSS variables to use Nordic Midnight color scheme - Set midnight theme in ClientLayout as default - Charcoal theme still available but requires explicit selection - Dark mode now uses clean monochrome palette instead of blue accents - Maintains all 4 theme options: charcoal, midnight, frost, aurora Result: App dashboard now displays clean Nordic black/white design in dark mode
✅ Deploy Preview for shadow-line ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
This PR changes the default design theme from 'charcoal' (blue accent) to 'midnight' (clean black & white Nordic design) to provide a cleaner, more professional dark mode experience in the app dashboard.
Problem
The current default theme uses blue accents (#38bdf8) which may not align with a clean, minimalist Nordic aesthetic. Users reported that dark mode appeared too colorful/blue instead of the expected clean monochrome design.
Solution
Visual Changes
Before (Charcoal - Blue Accent)
After (Midnight - Clean Nordic)
Color Scheme Comparison
Benefits
✅ Cleaner aesthetic - Pure monochrome Nordic design
✅ Better contrast - White on pure black provides sharper definition
✅ Professional appearance - Minimalist design suitable for financial/crypto apps
✅ Reduced visual noise - No colored accents competing for attention
✅ Maintains flexibility - All 4 design themes remain available
Testing
Backward Compatibility
Type