Skip to content

Commit 7af40c5

Browse files
authored
Merge pull request #50 from bonanitech/v4.1-themes
Add new themes introduced in @node-red-contrib-themes/theme-collection v4.1
2 parents 04cb60c + a16cedf commit 7af40c5

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
@@ -273,7 +273,7 @@ async function promptEditorSettings() {
273273
name: 'theme',
274274
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.',
275275
initial: 'default',
276-
choices: [ "default", "aurora", "cobalt2", "dark", "dracula", "espresso-libre", "github-dark", "github-dark-default", "github-dark-dimmed", "midnight-red", "monoindustrial", "monokai", "monokai-dimmed", "noctis", "oceanic-next", "oled", "one-dark-pro", "one-dark-pro-darker", "solarized-dark", "solarized-light", "tokyo-night", "tokyo-night-light", "tokyo-night-storm", "totallyinformation", "zenburn"],
276+
choices: [ "default", "aurora", "cobalt2", "dark", "dracula", "espresso-libre", "github-dark", "github-dark-default", "github-dark-dimmed", "midnight-red", "monoindustrial", "monokai", "monokai-dimmed", "night-owl", "noctis", "noctis-azureus", "noctis-bordo", "noctis-minimus", "noctis-obscuro", "noctis-sereno", "noctis-uva", "noctis-viola", "oceanic-next", "oled", "one-dark-pro", "one-dark-pro-darker", "railscasts-extended", "selenized-dark", "selenized-light", "solarized-dark", "solarized-light", "tokyo-night", "tokyo-night-light", "tokyo-night-storm", "totallyinformation", "zenburn", "zendesk-garden"],
277277
},
278278
{
279279
type: 'select',

0 commit comments

Comments
 (0)