This commit is contained in:
Ben Goldsworthy 2017-01-12 23:13:02 +00:00
parent f53ae91057
commit df05493b43
10 changed files with 520 additions and 619 deletions

View file

@ -32,6 +32,10 @@ if ( version_compare( $GLOBALS['wp_version'], '4.4-alpha', '<' ) ) {
require get_template_directory() . '/inc/back-compat.php';
}
global $themecolors;
$themecolors['bg'] = '95b2bf';
$themecolors['text'] = '2b0000';
if ( ! function_exists( 'twentysixteen_setup' ) ) :
/**
* Sets up theme defaults and registers support for various WordPress features.