From b2e081bd4176e0eeb6e00b7caf877ae8851c33c3 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Thu, 12 Jun 2025 17:10:37 +0600 Subject: [PATCH 1/2] fix: patch-26, missing patched line no --- patches/026-primary-color-fix.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/026-primary-color-fix.patch b/patches/026-primary-color-fix.patch index 1ec6cdd..1726ce0 100644 --- a/patches/026-primary-color-fix.patch +++ b/patches/026-primary-color-fix.patch @@ -17,6 +17,7 @@ Subject: [PATCH] To fix the primary color in nextcloud 25 onwards --- apps/theming/lib/Util.php 2024-08-02 10:10:38 +++ apps/theming/lib/Util-new.php 2024-08-02 10:11:41 +@@ -57,7 +57,7 @@ * @return bool */ public function invertTextColor(string $color): bool { -- GitLab From 873b0dbffc521a8497084b12444aea1620560490 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Thu, 12 Jun 2025 18:02:44 +0600 Subject: [PATCH 2/2] fix: patch date format mismatch causing not applied issue --- patches/026-primary-color-fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/026-primary-color-fix.patch b/patches/026-primary-color-fix.patch index 1726ce0..deda093 100644 --- a/patches/026-primary-color-fix.patch +++ b/patches/026-primary-color-fix.patch @@ -15,8 +15,8 @@ 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 */ -- GitLab