'000000', 'border' => '444444', 'text' => 'bbbbbb', 'link' => 'ee3322', 'url' => '777777', ); } /** * Adds support for wp.com-specific theme functions. */ function vertigo_wpcom_setup() { add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'vertigo_wpcom_setup' );