Natschz

Results 4 comments of Natschz

Thanks for the response! So `hi Normal` I think does nothing for me. If I'm doing `set termcolors`, it changes but I think it gets worse :( I tried different...

Is there a fix, besides downgrading as of now?

> Tested it now, and I'm afraid that it's still not working. Did you manage to get it working?

The issue is, that monaco-react loads monaco from a CDN. To fix this you can use the [loader-config](https://github.com/suren-atoyan/monaco-react?tab=readme-ov-file#loader-config) like this: ```jsx import * as monaco from 'monaco-editor/esm/vs/editor/editor.api'; loader.config({ monaco });...