Skip to content

Commit 8681d24

Browse files
authored
Merge pull request #17 from bonanitech/dracula-theme
Add Dracula theme
2 parents 4061c07 + c11f812 commit 8681d24

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", "midnight-red", "oled", "solarized-dark", "solarized-light"],
262+
choices: [ "default", "dark", "dracula", "midnight-red", "oled", "solarized-dark", "solarized-light"],
263263
},
264264
{
265265
type: 'select',

0 commit comments

Comments
 (0)