e-chan1007 / nuxt-monaco-editor

Integrate monaco-editor with Nuxt
https://e-chan1007.github.io/nuxt-monaco-editor
MIT License
114 stars 15 forks source link

Support for themes #49

Closed rohitasare7 closed 5 months ago

rohitasare7 commented 5 months ago

Hi, I would like to know how can I use themes from --> https://github.com/brijeshb42/monaco-themes I tried the code but couldnt make it work, Appreciate the help (Sorry for the trouble as I am learning Nuxt, ts)

e-chan1007 commented 5 months ago

You can use themes with useMonaco, monaco.editor.defineTheme and monaco.editor.setTheme.

Example: https://stackblitz.com/edit/nuxt-starter-dkmgcg?file=app.vue

rohitasare7 commented 5 months ago

okay thanks alot let me try this!

rohitasare7 commented 5 months ago

its working fine, appreciate the help!