We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
f2de8a3
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");
theme
defaultTheme
themes
shiki
tm-grammars
tm-themes
vscode-css-languageservice
vscode-html-languageservice
vscode-json-languageservice