You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/ui/themes/index.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,13 @@ The appearance of the editor can be customised using themes. Themes are packaged
12
12
and installed as Node-RED plugins, and then selected via the `editorTheme.theme`
13
13
property in the settings file.
14
14
15
-
-[Creating theme CSS](#creating-theme-css)
16
-
-[Packaging as a Theme Plugin](#packaging-as-a-theme-plugin)
17
-
-[Theming the Monaco editor](#theming-the-monaco-editor)
15
+
-[Creating theme CSS](#creating-theme-css)
16
+
-[Packaging as a Theme Plugin](#packaging-as-a-theme-plugin)
17
+
-[Testing the theme](#testing-the-theme)
18
+
-[Theming the Monaco editor](#theming-the-monaco-editor)
19
+
-[Setting the Monaco theme by name](#setting-the-monaco-theme-by-name)
20
+
-[Setting a custom Monaco theme](#setting-a-custom-monaco-theme)
21
+
-[Setting a custom Monaco theme from a JSON file](#setting-a-custom-monaco-theme-from-a-json-file)
18
22
19
23
### Creating theme CSS
20
24
@@ -130,7 +134,7 @@ Monaco editor options including what theme it should use.
130
134
131
135
#### Setting the Monaco theme by name
132
136
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).
137
+
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).
134
138
135
139
The name of the theme can be provided in the plugin settings:
0 commit comments