<?php /** * @package WordPress * @subpackage Blue Green */ $themecolors = array( 'bg' => 'ffffff', 'text' => '333333', 'link' => '6699CC', 'border' => 'F3F6EC', 'url' => 'CEA353', ); add_theme_support( 'print-style' );