v1.0
This commit is contained in:
parent
f53ae91057
commit
df05493b43
10 changed files with 520 additions and 619 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue