Skip to content

Commit

Permalink
Merge pull request #611 from tomusborne/tweak/enable-appearance-tools
Browse files Browse the repository at this point in the history
Feature: Enable `appearance-tools`
  • Loading branch information
tomusborne authored Jul 2, 2024
2 parents d604160 + a20fcdd commit 8828998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function generate_setup() {
add_theme_support( 'customize-selective-refresh-widgets' );
add_theme_support( 'align-wide' );
add_theme_support( 'responsive-embeds' );
add_theme_support( 'appearance-tools' );

$color_palette = generate_get_editor_color_palette();

Expand Down

0 comments on commit 8828998

Please sign in to comment.