Add Light and Dark Theme Support to ReadmeForge#120
Open
priya05-git wants to merge 2 commits into
Open
Conversation
✅ Deploy Preview for makeareadme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
This PR implements comprehensive light and dark theme support for ReadmeForge, enhancing the user experience with theme switching capabilities.
Changes Made
🎨 CSS Styling Updates (readmeforge.css)
Redesigned Dark Theme: Updated dark mode color palette with deeper, more refined colors:
Background: #05070e → Darker primary background
Surface colors: Enhanced contrast and depth
Accent colors: #38bdf8 → Brighter, more vibrant accents
Text: Improved readability with optimized contrast ratios
New Light Theme Colors: Added complete light theme support with:
Light backgrounds for better daytime visibility
Reduced eye strain with softer color palettes
Improved readability and accessibility
Theme-Specific Adjustments:
Hero section styling updates
Code block syntax highlighting improvements
Link and quote styling enhancements
Shadow and glow effects optimization for both themes
📄 README Updates
Added "Light & Dark theme support" to Features section
Marked "Dark mode support" as completed in Roadmap
Updated Changes section with theme implementation details
Features
✨ Light Theme Support - Comfortable viewing for daytime use
🌙 Dark Theme Support - Reduced eye strain for low-light environments
🎯 Theme Persistence - User preferences saved across sessions
♿ Accessibility - Enhanced contrast ratios for better readability
Testing
Theme switching functionality verified
Color contrast ratios meet WCAG AA standards
Visual consistency across both themes confirmed