diff -r f507feede89a -r 09a1c134465b web/wp-content/themes/twentyeleven/functions.php --- a/web/wp-content/themes/twentyeleven/functions.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-content/themes/twentyeleven/functions.php Wed Dec 19 17:46:52 2012 -0800 @@ -101,7 +101,7 @@ if ( 'dark' == $theme_options['color_scheme'] ) $default_background_color = '1d1d1d'; else - $default_background_color = 'f1f1f1'; + $default_background_color = 'e2e2e2'; // Add support for custom backgrounds. add_theme_support( 'custom-background', array( @@ -131,7 +131,7 @@ // Callback used to display the header preview in the admin. 'admin-preview-callback' => 'twentyeleven_admin_header_image', ); - + add_theme_support( 'custom-header', $custom_header_support ); if ( ! function_exists( 'get_custom_header' ) ) { @@ -221,7 +221,7 @@ // If no custom options for text are set, let's bail. if ( $text_color == HEADER_TEXTCOLOR ) return; - + // If we get this far, we have custom styles. Let's do this. ?>