Zen Slate

Component ID

1981700

Component name

Zen Slate

Component type

theme

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Zen slate is a very basic Zen 5.x sub theme. The focus is actually to be so light-weight.

Just a bit of theming, really, to make for a great default install theme such as for your custom reusable install profile.

To add it to your drush make file:

projects[] = zen
projects[zen_slate][subdir] = "custom"
projects[zen_slate][type] = "theme"
projects[zen_slate][download][type] = "git"
projects[zen_slate][download][url] = "nightwatch@git.drupal.org:sandbox/nightwatch/1981700.git"

You can use Drupal Remix, an installation profile that allows you to quickly set up a very functional Drupal website (several well-used modules installed and pre-configured) by following the steps on this page: https://github.com/RiaanBurger/drupal-remix

Drupal Remix uses Zen Slate as it's default theme.