What is the drush command to change a theme in Drupal 7?
drush theme disable theme_name drush theme enable theme_name
does not work.
Take a look at the comment at http://drupal.org/node/530780#comment-2513534 which has the latest commands related to themes (actually, as of 3.0, but they seem to work with Drush 4.x as well).
drush -l http://example.com/ pm-disable theme_name
drush -l http://example.com/ pm-enable theme_name
drush -l http://example.com/ vset theme_default theme_name
drush -l http://example.com/ vset admin_theme theme_name
1.4m articles
1.4m replys
5 comments
57.0k users