]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove non existing lighter colour 33946/head
authorgreta <gretadoci@gmail.com>
Wed, 7 Sep 2022 14:01:41 +0000 (16:01 +0200)
committergreta <gretadoci@gmail.com>
Wed, 7 Sep 2022 14:01:41 +0000 (16:01 +0200)
Signed-off-by: greta <gretadoci@gmail.com>
apps/theming/lib/Themes/DarkTheme.php

index dd894635751d5c2290b6b90836362f1254010a2e..74704ad553a8ad4d1a54fcdadd4067e77ac1e4f4 100644 (file)
@@ -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),