Seven Alter is an admin theme for Drupal based on Seven admin theme.
Also checkout the Seven Alter Toolbar module. This module is used to display the toolbar theme on user-facing pages.
Drupal.org doc: Managing dependencies for a custom project
Add to composer.json (the first part is already there).
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "git",
"url": "https://github.com/designhammer/sevenalter.git"
}
],
Require the modules.
composer require designhammer/sevenalter
Before enabling this theme, please duplicate this file css/example.override-styles.css
and rename it css/sevenalter-overrides.css
.