Skip to content

feat: implement dynamic theme switching with dark mode support#59

Closed
ps011 wants to merge 1 commit intomainfrom
feature/theme
Closed

feat: implement dynamic theme switching with dark mode support#59
ps011 wants to merge 1 commit intomainfrom
feature/theme

Conversation

@ps011
Copy link
Owner

@ps011 ps011 commented Sep 21, 2025

  • Add ThemeContext for managing warm/cosmic themes and light/dark modes
  • Create ThemeSwitcher component with both theme and dark mode toggles
  • Implement CSS variables system for dynamic theming across components
  • Update all components to use CSS custom properties instead of hardcoded colors
  • Add proper dark mode support with Mantine v8 integration
  • Configure Tailwind to recognize Mantine's dark mode attribute
  • Add theme persistence in localStorage
  • Update header to include both theme and dark mode controls

Components updated:

  • Cards, sections, banners, about, interests, map, blog pages
  • All components now dynamically respond to theme changes
  • Proper contrast maintained in both light and dark modes

- Add ThemeContext for managing warm/cosmic themes and light/dark modes
- Create ThemeSwitcher component with both theme and dark mode toggles
- Implement CSS variables system for dynamic theming across components
- Update all components to use CSS custom properties instead of hardcoded colors
- Add proper dark mode support with Mantine v8 integration
- Configure Tailwind to recognize Mantine's dark mode attribute
- Add theme persistence in localStorage
- Update header to include both theme and dark mode controls

Components updated:
- Cards, sections, banners, about, interests, map, blog pages
- All components now dynamically respond to theme changes
- Proper contrast maintained in both light and dark modes
@vercel
Copy link

vercel bot commented Sep 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
portfolio Error Error Sep 21, 2025 7:11pm

@ps011 ps011 closed this Feb 14, 2026
@ps011 ps011 deleted the feature/theme branch February 14, 2026 19:14
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.

1 participant