diff --git a/inc/wpcom.php b/inc/wpcom.php index f8f1fd9c..0080052b 100644 --- a/inc/wpcom.php +++ b/inc/wpcom.php @@ -12,7 +12,9 @@ * @since _s 1.0 */ $themecolors = array( - 'bg' => 'ffffff', - 'border' => 'eeeeee', - 'text' => '444444', + 'bg' => '', + 'border' => '', + 'text' => '', + 'link' => '', + 'url' => '', );