|
@@ -15,6 +15,11 @@
|
|
|
function varia_wpcom_setup() {
|
|
|
global $themecolors;
|
|
|
|
|
|
+ // Disable automatically generated color palettes.
|
|
|
+ add_theme_support( 'wpcom-colors', array(
|
|
|
+ 'only-featured-palettes' => true,
|
|
|
+ ) );
|
|
|
+
|
|
|
// Set theme colors for third party services.
|
|
|
if ( ! isset( $themecolors ) ) {
|
|
|
$themecolors = array(
|