diff --git a/sous/Starter.php b/sous/Starter.php index fa3c67c8..fe0ff342 100644 --- a/sous/Starter.php +++ b/sous/Starter.php @@ -27,7 +27,7 @@ public static function installTheme() { // Generate system.theme.yml and append new theme to install. $system_theme_yml = [ "default" => $composerRoot, - "admin"=> "thunder_admin" + "admin"=> "claro" ]; $yaml = Yaml::dump($system_theme_yml); file_put_contents('web/profiles/contrib/sous/config/install/system.theme.yml', $yaml);