Skip to content

Commit c6e1ec1

Browse files
committed
Add themes introduced in v3.1
1 parent 00200d3 commit c6e1ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/init/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ async function promptEditorSettings() {
249249
name: 'theme',
250250
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.',
251251
initial: 'default',
252-
choices: [ "default", "aurora", "cobalt2", "dark", "dracula", "espresso-libre", "midnight-red", "monoindustrial", "monokai", "oceanic-next", "oled", "solarized-dark", "solarized-light", "tokyo-night", "zenburn"],
252+
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"],
253253
},
254254
{
255255
type: 'select',

0 commit comments

Comments
 (0)