Last active
December 30, 2017 18:24
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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