diff options
-rw-r--r-- | apps/theming/lib/Themes/DarkTheme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DarkTheme.php b/apps/theming/lib/Themes/DarkTheme.php index dd894635751..74704ad553a 100644 --- a/apps/theming/lib/Themes/DarkTheme.php +++ b/apps/theming/lib/Themes/DarkTheme.php @@ -76,7 +76,6 @@ class DarkTheme extends DefaultTheme implements ITheme { '--color-primary-element' => $this->util->elementColor($this->primaryColor, false), '--color-primary-element-hover' => $this->util->mix($this->util->elementColor($this->primaryColor, false), $colorMainBackground, 80), '--color-primary-element-light' => $this->util->lighten($this->util->elementColor($this->primaryColor, false), 15), - '--color-primary-element-lighter' => $this->util->mix($this->util->elementColor($this->primaryColor, false), $colorMainBackground, -70), '--color-text-maxcontrast' => $this->util->darken($colorMainText, 30), '--color-text-light' => $this->util->darken($colorMainText, 10), |