diff options
author | greta <gretadoci@gmail.com> | 2022-09-07 16:01:41 +0200 |
---|---|---|
committer | greta <gretadoci@gmail.com> | 2022-09-07 16:01:41 +0200 |
commit | 7e5d973e7e403a222a1c9b9814cbf249d7c56b55 (patch) | |
tree | bf3b8c2469ef131cdcec499fa4f6cdc75fbdc2e0 | |
parent | 54f36610dd39fe2d1a5844013dba7504de6dc871 (diff) | |
download | nextcloud-server-7e5d973e7e403a222a1c9b9814cbf249d7c56b55.tar.gz nextcloud-server-7e5d973e7e403a222a1c9b9814cbf249d7c56b55.zip |
Remove non existing lighter colour
Signed-off-by: greta <gretadoci@gmail.com>
-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), |