Skip to content

Commit 0303450

Browse files
authored
Merge pull request #23 from bonanitech/monaco-default-theme
Leave Monaco theme commented out by default
2 parents 6d1a025 + 6136578 commit 0303450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/init/resources/settings.js.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ module.exports = {
379379
* packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme
380380
* e.g. "tomorrow-night", "upstream-sunburst", "github", "my-theme"
381381
*/
382-
theme: "vs",
382+
//theme: "vs",
383383
/** other overrides can be set e.g. fontSize, fontFamily, fontLigatures etc.
384384
* for the full list, see https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IStandaloneEditorConstructionOptions.html
385385
*/

0 commit comments

Comments
 (0)