Skip to content

Commit 4579c1e

Browse files
authored
Merge pull request #293 from bonanitech/monaco-options
Fix link to Monaco Editor construction options
2 parents a741343 + 1cfd63a commit 4579c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/ui/themes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Monaco editor options including what theme it should use.
130130
131131
#### Setting the Monaco theme by name
132132
133-
Monaco comes with a number of built-in themes available. The full list is [here](https://github.com/node-red/node-red/tree/master/packages/node_modules/%40node-red/editor-client/src/vendor/monaco/dist/theme). Additional settings for Monaco options can be found [here](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.istandaloneeditorconstructionoptions.html).
133+
Monaco comes with a number of built-in themes available. The full list is [here](https://github.com/node-red/node-red/tree/master/packages/node_modules/%40node-red/editor-client/src/vendor/monaco/dist/theme). Additional settings for Monaco options can be found [here](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html).
134134
135135
The name of the theme can be provided in the plugin settings:
136136

0 commit comments

Comments
 (0)