function color_form_system_themes_alter

7.x color.module color_form_system_themes_alter(&$form, &$form_state)

Implements hook_form_FORM_ID_alter().

File

drupal-7.x/modules/color/color.module, line 57
Allows users to change the color scheme of themes.

Code

function color_form_system_themes_alter(&$form, &$form_state) {
  _color_theme_select_form_alter($form, $form_state);
}