color_scheme_form($complete_form, FormStateInterface $form_state, $theme)
Form constructor for the color configuration form for a particular theme.
Parameters
$theme: The machine name of the theme whose color settings are being configured.
See also
color_scheme_form_validate()
color_scheme_form_submit()
File
core/modules/color/color.module, line 200 Allows users to change the color scheme of themes.
Code
function color_scheme_form($complete_form, FormStateInterface $form_state, $theme) {