Tribe__Events__Customizer__Single_Event::setup()
Source
File: src/Tribe/Customizer/Single_Event.php
public function setup() {
$this->defaults = array(
'post_title_color' => '#333',
'details_bg_color' => '#e5e5e5',
);
$this->arguments = array(
'priority' => 60,
'capability' => 'edit_theme_options',
'title' => esc_html__( 'Single Event', 'the-events-calendar' ),
'description' => esc_html__( 'Options selected here will override what was selected in the "General Theme" and "Global Elements" sections', 'the-events-calendar' ),
);
}