Skip to content

Instantly share code, notes, and snippets.

@boyron
Last active August 29, 2015 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boyron/92901aafba867b437cfe to your computer and use it in GitHub Desktop.
Save boyron/92901aafba867b437cfe to your computer and use it in GitHub Desktop.
Change Drupal theme using DruSh
# get the current default/admin theme
drush status theme
# change!
drush vset theme_default garland
drush vset admin_theme garland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment