<?php /** * @package WordPress * @subpackage Silver Black */ $themecolors = array( 'bg' => 'ffffff', 'text' => '000000', 'link' => 'a0522d', 'border' => 'e0e0e0', 'url' => 'd2691e', ); add_theme_support( 'print-style' );