-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Issue: Implement Light/Dark Theme Toggle
Description
Currently, the website does not support switching between light and dark themes. This limits user accessibility and personalization options, especially for users who prefer darker interfaces during nighttime use or lighter ones during daytime.
Proposed Solution
We propose implementing a theme toggle feature that allows users to seamlessly switch between light and dark modes. This can be achieved using CSS variables or Tailwind’s theme configuration, combined with a toggle button stored in local storage or user preferences to remember the selected mode.
Acceptance Criteria
Users can toggle between light and dark themes.
The selected theme persists across page reloads and sessions.
All UI components (navbar, sidebar, buttons, cards, text, etc.) adjust accordingly to the selected theme.
The transition between themes is smooth and visually appealing.
Additional Notes
Ensure accessibility standards (e.g., sufficient color contrast) are maintained in both themes.
Consider offering a “System Default” mode that automatically matches the user’s OS theme preference.
@kris70lesgo Please assign this issue to me. I can handle the implementation of the light/dark theme toggle using Tailwind and ensure smooth, responsive theme switching.