From da5f6223de83d7e765eda1f30e4ffdaeab693c40 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:38:53 -0600 Subject: [PATCH] Finally Added `white1` Color (LowContrastMode) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Y’know. I’m adding this. It’s a controversial change and this is something I despised of because it also changes the text and icons video player overflow menu which doesn’t look appealing but I’ll add it, --- Source/LowContrastMode.xm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/LowContrastMode.xm b/Source/LowContrastMode.xm index 52d2c94..a25d579 100644 --- a/Source/LowContrastMode.xm +++ b/Source/LowContrastMode.xm @@ -99,6 +99,9 @@ UIColor *lcmHexColor; + (BOOL)darkerPaletteTextColorEnabled { return NO; } ++ (UIColor *)white1 { + return [UIColor whiteColor]; +} + (UIColor *)white2 { return [UIColor whiteColor]; }