mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #3704 from bonanitech/monaco-default-theme
Leave Monaco theme commented out by default
This commit is contained in:
commit
823b7e2989
2
packages/node_modules/node-red/settings.js
vendored
2
packages/node_modules/node-red/settings.js
vendored
@ -401,7 +401,7 @@ module.exports = {
|
|||||||
* packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme
|
* packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme
|
||||||
* e.g. "tomorrow-night", "upstream-sunburst", "github", "my-theme"
|
* e.g. "tomorrow-night", "upstream-sunburst", "github", "my-theme"
|
||||||
*/
|
*/
|
||||||
theme: "vs",
|
// theme: "vs",
|
||||||
/** other overrides can be set e.g. fontSize, fontFamily, fontLigatures etc.
|
/** other overrides can be set e.g. fontSize, fontFamily, fontLigatures etc.
|
||||||
* for the full list, see https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html
|
* for the full list, see https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user