diff --git a/src/SiteConfiguration.php b/src/SiteConfiguration.php index 7c09d2e..5b17ad5 100644 --- a/src/SiteConfiguration.php +++ b/src/SiteConfiguration.php @@ -157,8 +157,8 @@ public function buildThemeSettingsForm(array &$form, FormStateInterface &$form_s '#options' => [ $this->t('Black'), $this->t('White'), - $this->t('Light'), - $this->t('Dark'), + $this->t('Light Gray'), + $this->t('Dark Gray'), ], '#description' => $this->t('Select the color for the header background for the site information at the top of the page.'), ];