color_scheme_form_submit($form, FormStateInterface $form_state)
Form submission handler for color_scheme_form().
See also
color_scheme_form_validate()
File
core/modules/color/color.module, line 373 Allows users to change the color scheme of themes.
Code
function color_scheme_form_submit($form, FormStateInterface $form_state) {
// Avoid color settings spilling over to theme settings.
$color_settings = array('theme', 'palette', 'scheme');
if ($form_state->hasValue('info')) {
$col