diff --git a/misc/node-red-themes.sh b/misc/node-red-themes.sh index 59a19aa8..5700a0b1 100644 --- a/misc/node-red-themes.sh +++ b/misc/node-red-themes.sh @@ -71,7 +71,7 @@ while [ $opt != '' ] THEME=solarized-dark break; ;; - 5) clear; + 6) clear; option_picked "Installing Solarized-Light Theme"; THEME=solarized-light break;