From c6e1ec1ab980f559fd57040c819b508ac34a6a3b Mon Sep 17 00:00:00 2001 From: Mauricio Bonani Date: Wed, 6 Sep 2023 12:30:43 -0400 Subject: [PATCH] Add themes introduced in v3.1 --- lib/commands/init/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/init/index.js b/lib/commands/init/index.js index 0b23aa0..498bad6 100644 --- a/lib/commands/init/index.js +++ b/lib/commands/init/index.js @@ -249,7 +249,7 @@ async function promptEditorSettings() { name: 'theme', 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.', initial: 'default', - choices: [ "default", "aurora", "cobalt2", "dark", "dracula", "espresso-libre", "midnight-red", "monoindustrial", "monokai", "oceanic-next", "oled", "solarized-dark", "solarized-light", "tokyo-night", "zenburn"], + 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"], }, { type: 'select',