From c11f8120ff319dff2fea35be444436262933a7f6 Mon Sep 17 00:00:00 2001 From: Mauricio Bonani Date: Sat, 16 Oct 2021 17:23:41 -0400 Subject: [PATCH] Add Dracula theme --- 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 33a3490..5a75d38 100644 --- a/lib/commands/init/index.js +++ b/lib/commands/init/index.js @@ -259,7 +259,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", "dark", "midnight-red", "oled", "solarized-dark", "solarized-light"], + choices: [ "default", "dark", "dracula", "midnight-red", "oled", "solarized-dark", "solarized-light"], }, { type: 'select',