Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dark Mode Toggle #201

Closed
AeleSahithi opened this issue Oct 26, 2024 · 0 comments
Closed

Add Dark Mode Toggle #201

AeleSahithi opened this issue Oct 26, 2024 · 0 comments

Comments

@AeleSahithi
Copy link

Adding a dark mode toggle will enhance accessibility and improve user experience by offering a visually comfortable alternative.

Suggested Solution:

UI: Add a toggle switch in the top-right corner of the header.
Theme Settings: Implement CSS variables for colors, adjusting them to provide a darker theme when toggled.
Persistence: Use localStorage to remember the user's theme choice between sessions.
Acceptance Criteria:

Dark mode toggle should appear in the header.
Switching themes should apply consistent styles across all UI components.
The selected theme (light or dark) should persist even after refreshing or closing the app.
Additional Notes:

Consider testing on both desktop and mobile layouts.
Reference Material Design color guidelines for dark themes if needed.

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

No branches or pull requests

1 participant