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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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