Skip to content

Commit

Permalink
Add Dracula theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech committed Oct 16, 2021
1 parent ba5be05 commit c11f812
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 c11f812

Please sign in to comment.