Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-09-07 17:01:41 +0300
committergreta <gretadoci@gmail.com>2022-09-07 17:01:41 +0300
commit7e5d973e7e403a222a1c9b9814cbf249d7c56b55 (patch)
treebf3b8c2469ef131cdcec499fa4f6cdc75fbdc2e0 /apps/theming
parent54f36610dd39fe2d1a5844013dba7504de6dc871 (diff)
Remove non existing lighter colourfix/dark-theme-browser
Signed-off-by: greta <gretadoci@gmail.com>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/lib/Themes/DarkTheme.php1
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),