Skip to content

Instantly share code, notes, and snippets.

@zgordon
Last active December 30, 2017 18:24
Show Gist options
  • Save zgordon/45750cd613b6dfc9d9319eeb9c29fed9 to your computer and use it in GitHub Desktop.
Save zgordon/45750cd613b6dfc9d9319eeb9c29fed9 to your computer and use it in GitHub Desktop.
Add theme support and set a color palette for all blocks as well as include theme support for wide-images
<?php
add_theme_support( 'gutenberg', [
'wide-images' => true,
'colors' => [
'#556270',
'#4ECDC4',
'#C7F464',
'#FF6B6B',
'#C44D58',
]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment