1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-25 09:00:59 +02:00

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

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;