Loading patches/026-primary-color-fix.patch +3 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,9 @@ Subject: [PATCH] To fix the primary color in nextcloud 25 onwards $colorPrimaryLight = $this->util->mix($colorPrimaryElement, $colorMainBackground, -80); $colorPrimaryElementLight = $this->util->mix($colorPrimaryElement, $colorMainBackground, -80); --- apps/theming/lib/Util.php 2024-08-02 10:10:38 +++ apps/theming/lib/Util-new.php 2024-08-02 10:11:41 --- apps/theming/lib/Util.php 2023-04-12 17:16:23.456078658 +0530 +++ apps/theming/lib/Util-new.php 2023-04-12 17:17:30.456079957 +0530 @@ -57,7 +57,7 @@ * @return bool */ public function invertTextColor(string $color): bool { Loading Loading
patches/026-primary-color-fix.patch +3 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,9 @@ Subject: [PATCH] To fix the primary color in nextcloud 25 onwards $colorPrimaryLight = $this->util->mix($colorPrimaryElement, $colorMainBackground, -80); $colorPrimaryElementLight = $this->util->mix($colorPrimaryElement, $colorMainBackground, -80); --- apps/theming/lib/Util.php 2024-08-02 10:10:38 +++ apps/theming/lib/Util-new.php 2024-08-02 10:11:41 --- apps/theming/lib/Util.php 2023-04-12 17:16:23.456078658 +0530 +++ apps/theming/lib/Util-new.php 2023-04-12 17:17:30.456079957 +0530 @@ -57,7 +57,7 @@ * @return bool */ public function invertTextColor(string $color): bool { Loading