OneDark-Pro
OneDark-Pro copied to clipboard
Can we install this theme for monaco editor ?
Describe the bug
I try to install the the in monaco-editor.
I exported the https://github.com/Binaryify/OneDark-Pro/blob/master/themes/OneDark-Pro.json and define it with :
monaco.editor.defineTheme('one-dark-pro', oneDarkPro)
But I think I'm going wrong. This file doesn't look like a theme like this example.
Is there a way to use this theme to monaco-editor ? Additional context "monaco-editor": "^0.47.0"