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

feat(editor): Add Monaco editor theme support #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gokul3710
Copy link

  • Add setTheme method to apply themes to Monaco editor
  • Create availableThemes list to expose default theme options
  • Implement theme selection option for users
  • Fix context issue in theme setter method
  • Update documentation with theme usage examples

This change allows users to switch between Monaco's built-in themes (vs, vs-dark, hc-black, hc-light).

- Add setTheme method to apply themes to Monaco editor
- Create availableThemes list to expose default theme options
- Add getAvailableThemes method to access theme list
- Implement theme selection option for users
- Add support for custom theme definition
- Fix context issue in theme setter method
- Update documentation with theme usage examples

This change allows users to switch between Monaco's built-in themes
(vs, vs-dark, hc-black, hc-light) and define custom themes with
proper token and color rules.
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