express-8.x-1.x-dev/express.install
express.install
<?php
/**
* @file
* Install, update and uninstall functions for the profilename install profile.
*/
/**
* Implements hook_install().
*
* Perform actions to set up the site for this profile.
*
* @see system_install()
*/
function express_install() {
\Drupal::configFactory()
->getEditable('system.theme')
->set('admin', 'seven')
->save();
}