Make WordPress Core

Ticket #22347: miqro-twenty-eleven-default-bg-color.diff

File miqro-twenty-eleven-default-bg-color.diff, 547 bytes (added by miqrogroove, 12 years ago)
  • wp-content/themes/twentyeleven/functions.php

     
    101101        if ( 'dark' == $theme_options['color_scheme'] )
    102102                $default_background_color = '1d1d1d';
    103103        else
    104                 $default_background_color = 'f1f1f1';
     104                $default_background_color = 'e2e2e2';
    105105
    106106        // Add support for custom backgrounds.
    107107        add_theme_support( 'custom-background', array(