Windows has this folder with Monaco themes. Is there any way to enable them/add them to what are now just the light and dark options?
C:\Program Files\Pinegrow Web Editor\lib\monaco\mods\themes
Windows has this folder with Monaco themes. Is there any way to enable them/add them to what are now just the light and dark options?
C:\Program Files\Pinegrow Web Editor\lib\monaco\mods\themes
Hello @Cary,
Pinegrow uses Monaco Editor, but only supports built-in themes like vs, vs-dark, and hc-black by default.
To enable custom themes from mods/themes, you’d need to define them manually using monaco.editor.defineTheme() in the app’s codebase—not natively supported via UI.
For now, theme switching is limited unless Pinegrow adds support for external theme loading.
Best Regards,
Thomas Henry