A Custom Console Command to Switch/Set Theme via Command Line in Magento 2.
Get help for a specific command with
php bin/magento help mydons:listthemes
php bin/magento help mydons:settheme
A custom command to retrieve the list of available themes in Magento2 Site
php bin/magento mydons:listthemes --exclude-admintheme
A Custom Command to set the desired theme in Frontend via CLI
php bin/magento mydons:settheme theme_code
php bin/magento mydons:settheme Magento/blank