- Add support for multiple themes (#53 by @curtis-allan)
import { init } from "modern-monaco"; const monaco = await init({ themes: [ "one-light", "one-dark-pro", ], }); monaco.editor.create(document.getElementById("editor"), { theme: "one-light", }) // update the editor theme monaco.editor.setTheme("one-dark-pro");
- Deprecate
themeoption in favor ofdefaultThemeandthemes(#53 by @curtis-allan) - Update
shikito 3.21.0 - Update
tm-grammarsto 1.28.0 - Update
tm-themesto 1.10.15 - Update
vscode-css-languageserviceto 6.3.9 - Update
vscode-html-languageserviceto 5.6.1 - Update
vscode-json-languageserviceto 5.7.1