array( 'value' => 'light', 'label' => __( 'Light', 'cleanhome' ) ), 'dark' => array( 'value' => 'dark', 'label' => __( 'Dark', 'cleanhome' ) ), 'snowy' => array( 'value' => 'snowy', 'label' => __( 'Snowy', 'cleanhome' ) ), 'sunny' => array( 'value' => 'sunny', 'label' => __( 'Sunny', 'cleanhome' ) ), ); return $color_schemes; } /** * Create the options page */ function cleanhome_theme_options_do_page() { if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>