'f7f6ff', 'border' => '282828', 'text' => '333333', 'link' => '1c9bdc', 'url' => '1c9bdc' ); break; case 'dragon-fruit': $themecolors = array( 'bg' => '29241b', 'border' => '3a3121', 'text' => '9f9c80', 'link' => 'b58942', 'url' => 'b58942' ); break; case 'banana': $themecolors = array( 'bg' => 'b62413', 'border' => 'e23817', 'text' => 'fae8e6', 'link' => 'b58942', 'url' => 'b58942' ); break; default: $themecolors = array( 'bg' => 'ffffff', 'border' => 'bbbbbb', 'text' => '333333', 'link' => '1c9bdc', 'url' => '1c9bdc' ); break; } add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'fruit_shake_add_wpcom_support' ); //WordPress.com specific styles function fruit_shake_wpcom_styles() { wp_enqueue_style( 'fusion-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '20130002' ); } add_action( 'wp_enqueue_scripts', 'fruit_shake_wpcom_styles' );