array( 'title' => __( 'Colors', 'beauty-land' ), 'priority' => 11, 'fields' => array( 'background_color' => array( 'title' => __( 'Background Color', 'beauty-land' ), 'priority' => 5, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'first-color' => array( 'title' => __( 'First Color', 'beauty-land' ), 'priority' => 10, 'input' => array( 'type' => 'color', 'default' => '#a483d6' ) ), 'first-h-color' => array( 'title' => __( 'First Color (over)', 'beauty-land' ), 'description' => __( 'When the mouse is over the Title Link.', 'beauty-land' ), 'priority' => 15, 'input' => array( 'type' => 'color', 'default' => '#9073bc' ) ), 'second-color' => array( 'title' => __( 'Second Color', 'beauty-land' ), 'priority' => 20, 'input' => array( 'type' => 'color', 'default' => '#36d678' ) ), 'second-h-color' => array( 'title' => __( 'Second Color (over)', 'beauty-land' ), 'description' => __( 'When the mouse is over the Title Link.', 'beauty-land' ), 'priority' => 25, 'input' => array( 'type' => 'color', 'default' => '#32c770' ) ) ) ) )); tempo_cfgs::set( 'customize', $cfgs ); ?>