Skip to content

Commit 6d1a025

Browse files
authored
Merge pull request #24 from bonanitech/v3.0-themes
Add new themes introduced in @node-red-contrib-themes/theme-collection v3.0
2 parents e115cb0 + c0ba01f commit 6d1a025

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)