Update node-red-themes.sh

This commit is contained in:
tteckster
2022-02-18 19:40:15 -05:00
committed by GitHub
parent 93aad25a91
commit 6ae1ff66fe

View File

@ -71,7 +71,7 @@ while [ $opt != '' ]
THEME=solarized-dark THEME=solarized-dark
break; break;
;; ;;
5) clear; 6) clear;
option_picked "Installing Solarized-Light Theme"; option_picked "Installing Solarized-Light Theme";
THEME=solarized-light THEME=solarized-light
break; break;