From 7e5d973e7e403a222a1c9b9814cbf249d7c56b55 Mon Sep 17 00:00:00 2001 From: greta Date: Wed, 7 Sep 2022 16:01:41 +0200 Subject: Remove non existing lighter colour Signed-off-by: greta --- apps/theming/lib/Themes/DarkTheme.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/theming') 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), -- cgit v1.2.3