Skip to content

Commit

Permalink
Merge pull request #24 from bonanitech/v3.0-themes
Browse files Browse the repository at this point in the history
Add new themes introduced in @node-red-contrib-themes/theme-collection v3.0
  • Loading branch information
knolleary committed Sep 5, 2023
2 parents e115cb0 + c0ba01f commit 6d1a025
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", "dracula", "midnight-red", "oled", "solarized-dark", "solarized-light"],
choices: [ "default", "aurora", "cobalt2", "dark", "dracula", "espresso-libre", "midnight-red", "monoindustrial", "monokai", "oceanic-next", "oled", "solarized-dark", "solarized-light", "tokyo-night", "zenburn"],
},
{
type: 'select',
Expand Down

0 comments on commit 6d1a025

Please sign in to comment.