Skip to content

Instantly share code, notes, and snippets.

@ianlintner-wf
Last active January 3, 2016 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianlintner-wf/8531012 to your computer and use it in GitHub Desktop.
Save ianlintner-wf/8531012 to your computer and use it in GitHub Desktop.
Drush Change Theme
#Get theme status
drush status theme
#Change default theme
drush vset theme_default seven
#Change admin theme
drush vset admin_theme seven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment