diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index f23ecd0617f19f549238e72f357659f97a248434..40bafab70d6bfb6cc538c5127f152e85d4d4156b 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -109,10 +109,10 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn '#description' => t("Select a color scheme to use"), '#options' => [ 'org-default' => t('Default (yellow/red)'), - 'org-ahs' => t('Applied Health Sciences (teal)'), 'org-art' => t('Arts (orange)'), 'org-eng' => t('Engineering (purple)'), 'org-env' => t('Environment (green)'), + 'org-ahs' => t('Health (teal)'), 'org-mat' => t('Mathematics (pink)'), 'org-sci' => t('Science (blue)'), 'org-school' => t('School (red)'),