We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b84db commit 69e49c9Copy full SHA for 69e49c9
modelina-website/src/components/MonacoEditorWrapper.tsx
@@ -54,6 +54,7 @@ export default function MonacoEditorWrapper({
54
},
55
rules: [{ token: '', background: '#252f3f' }]
56
});
57
+ monacoInstance.editor.setTheme('asyncapi-theme'); // Apply theme immediately
58
}
59
}, [monacoInstance]);
60
0 commit comments