diff --git a/php/Options.php b/php/Options.php index df60a17..d82166f 100644 --- a/php/Options.php +++ b/php/Options.php @@ -191,8 +191,8 @@ public static function get_social_network_defaults() { 'threads' => array( 'label' => __( 'Threads', 'highlight-and-share' ), 'slug' => 'threads', - 'color' => '#FFF', - 'background' => '#333', + 'color' => '#333', + 'background' => '#FFF', 'order' => 12, 'custom' => false, ),