CustomCodeEditor
CustomCodeEditor copied to clipboard
Added toggle button
Description
This PR implements a light/dark mode toggle feature as described in issue #95. The toggle allows users to switch between Light Mode and Dark Mode across the editor application, and the theme choice is saved in localStorage
to persist across sessions.
Changes Made
- Added light and dark mode CSS styles.
- Implemented a toggle button to switch between modes.