β¨ Feature Description
Add a Light/Dark Mode theme toggle so users can switch between themes based on their preference, with the choice persisted across sessions.
π€ Problem It Solves
Code editors are tools developers spend hours in. Having only one fixed theme β especially a light one β is uncomfortable for long sessions and immediately feels outdated compared to every other editor tool users are familiar with. A theme toggle is one of the most expected features in any developer-facing product.
π‘ Proposed Solution
- Add a sun/moon toggle button to the navbar or editor toolbar.
- Switch between light and dark CSS themes on click.
- Persist the user's preference in localStorage so it's remembered on return.
- Ensure all UI components β sidebar, editor, toolbar, modals β respond correctly to both themes.
β
Acceptance Criteria
π± Contributor Checklist
β¨ Feature Description
Add a Light/Dark Mode theme toggle so users can switch between themes based on their preference, with the choice persisted across sessions.
π€ Problem It Solves
Code editors are tools developers spend hours in. Having only one fixed theme β especially a light one β is uncomfortable for long sessions and immediately feels outdated compared to every other editor tool users are familiar with. A theme toggle is one of the most expected features in any developer-facing product.
π‘ Proposed Solution
β Acceptance Criteria
π± Contributor Checklist