Skip to content

Commit

Permalink
Merge pull request #17 from bonanitech/dracula-theme
Browse files Browse the repository at this point in the history
Add Dracula theme
  • Loading branch information
knolleary committed Apr 25, 2022
2 parents 4061c07 + c11f812 commit 8681d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/init/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8681d24

Please sign in to comment.