Skip to content
Snippets Groups Projects
Commit acd9bc5b authored by Liam Morland's avatar Liam Morland
Browse files

ISTWCMS-4567: Normalize color labels to "Color (Meaning)"

parent 815703cb
No related branches found
No related tags found
1 merge request!14ISTWCMS-4567: Normalize color labels to "Color (Meaning)"
......@@ -108,14 +108,14 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn
'#default_value' => theme_get_setting('wcms_colour_scheme', 'uw_fdsu_theme_resp') ? theme_get_setting('wcms_colour_scheme', 'uw_fdsu_theme_resp') : 'default',
'#description' => t("Select a color scheme to use"),
'#options' => [
'org-default' => t('Default (yellow/red)'),
'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)'),
'org-default' => t('Yellow/red (Default)'),
'org-art' => t('Orange (Arts)'),
'org-eng' => t('Purple (Engineering)'),
'org-env' => t('Green (Environment)'),
'org-ahs' => t('Teal (Health)'),
'org-mat' => t('Pink (Mathematics)'),
'org-sci' => t('Blue (Science)'),
'org-school' => t('Red (School)'),
],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment