Dark Mode on the Fulcrum Web App
S
Scott Smith
Dark mode for report editing is easy now. The editor is the Monaco editor. Just F12 into the web console and drop in the code:
monaco.editor.setTheme('vs-dark');
Works perfectly.
Adrian Zuniga
Merged in a post:
Dark mode for Appbuilder
Nathan Brady
Eye hurt