'f2f2f2', 'border' => 'ededed', 'text' => '262626', 'link' => 'ea5449', 'url' => 'ea5449', ); endif; } add_action( 'after_setup_theme', 'superhero_theme_colors' ); /** * Adds support for WP.com print styles */ function superhero_print_styles() { add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'superhero_print_styles' );