function color_form_system_themes_alter

Implements hook_form_FORM_ID_alter().

File

drupal/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);
}