Skip to content

Instantly share code, notes, and snippets.

View theJasonJones's full-sized avatar

Jason Jones theJasonJones

  • Edward Jones
  • St. Louis, MO
View GitHub Profile
@theJasonJones
theJasonJones / gutenberg-color-pallete-theme.php
Last active February 28, 2018 17:32 — forked from zgordon/gutenberg-color-pallete-theme.php
Add theme support and set a color palette for all blocks
<?php
function mytheme_setup_theme_supported_features() {
add_theme_support( 'editor-color-palette',
'#556270',
'#4ECDC4',
'#C7F464',
'#FF6B6B',
'#C44D58'
);