The Music theme is an exploration of how Gutenberg can transform theme design and development. It is intended as a work in progress, at least until v1 of the new editor (and maybe beyond).
Contributors: Automattic
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Music is an experimental Gutenberg-powered theme. It's based on design mockups shared in a blog post on Themeshaper.
A demo is available at https://musictheme.mystagingwebsite.com
How do I change the default page header colors?
In the page editor, you can change the page header color by selecting a color template from the Post/Page Attributes section of Document Settings:
Alternatively, you may select the "Hide Page Header" template to hide the post header altogether, and use a full-width cover image block as your page header instead.
How do I change the background color for cover image blocks?
The default background color for cover image blocks is pink, but there are a few color variations available. To use them, open the block settings and enter one of the following colors into the "Additional CSS Class" field:
white
black
gray
or grey
How do I compile the stylesheets?
If you're modifying stylesheets in the Music theme, you'll want to work from the Sass files, and have Node-Sass auto-compile the CSS stylesheets.
npm install
to install dependencies (You'll only have to do this once).npm run build
to compile the CSS once, or npm run watch
to have it compile changes whenever you modify a sass file.