Skip to content

Commit c0ba01f

Browse files
committed
Add themes introduced in v3.0
1 parent 6d92d9d commit c0ba01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/init/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async function promptEditorSettings() {
259259
name: 'theme',
260260
message: 'Select a theme for the editor. To use any theme other than "default", you will need to install @node-red-contrib-themes/theme-collection in your Node-RED user directory.',
261261
initial: 'default',
262-
choices: [ "default", "dark", "dracula", "midnight-red", "oled", "solarized-dark", "solarized-light"],
262+
choices: [ "default", "aurora", "cobalt2", "dark", "dracula", "espresso-libre", "midnight-red", "monoindustrial", "monokai", "oceanic-next", "oled", "solarized-dark", "solarized-light", "tokyo-night", "zenburn"],
263263
},
264264
{
265265
type: 'select',

0 commit comments

Comments
 (0)