Skip to main content

Drush enable Theme and set to default

Set your custom (or not) theme to default: drush vset theme_default THEMENAME drush vset admin_theme THEMENAME For example: drush vset theme_default bluemarine drush vset admin_theme shiny Before you do that make sure it is enabled run drush status -- lists the current default and admin themes and then In Drupal 7 - drush pml | fgrep -e Theme
drush

Latest Articles

VSCode Drupal Coding Standards Setup (From Scratch) admin_pixelthi… Mon, 12/22/2025 - 16:01 VSCode Drupal Coding Standards Setup (From Scratch)

VSCode Drupal Coding Standards Setup (From Scratch)

vscode
Using drupal/core-composer-scaffold to prevent rewriting .htaccess or robots.txt file admin_pixelthi… Sun, 12/01/2024 - 16:49 Using drupal/core-composer-scaffold to prevent rewriting .htaccess or robots.txt file

Using drupal/core-composer-scaffold to prevent rewriting .htaccess or robots.txt file

composer