Skip to content

Commit 1dd367c

Browse files
authored
Merge pull request #335 from bonanitech/monaco-editor-construction-options
Fix link to Monaco Editor construction options
2 parents 8d0885c + f4c4b32 commit 1dd367c

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
@@ -131,7 +131,7 @@ Monaco editor options including what theme it should use.
131131
132132
#### Setting the Monaco theme by name
133133
134-
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).
134+
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/docs.html#interfaces/editor.IStandaloneEditorConstructionOptions.html).
135135
136136
The name of the theme can be provided in the plugin settings:
137137

0 commit comments

Comments
 (0)