Skip to content

Commit

Permalink
Merge pull request #29 from bonanitech/v3.1-themes
Browse files Browse the repository at this point in the history
Add new themes introduced in @node-red-contrib-themes/theme-collection v3.1
  • Loading branch information
knolleary authored Jun 3, 2024
2 parents 53f75d1 + c6e1ec1 commit 99b6b0b
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 @@ -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',
Expand Down

0 comments on commit 99b6b0b

Please sign in to comment.