From 0b60d088792353c5340299be4ff5c1e8af5a5beb Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 6 Nov 2012 23:14:00 +0000 Subject: [PATCH] Proper default background color for Twenty Eleven. props miqrogroove. fixes #22347. git-svn-id: http://core.svn.wordpress.org/trunk@22408 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 82237642cf..7a8200f4c8 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -101,7 +101,7 @@ function twentyeleven_setup() { 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(