Finally Added white1 Color (LowContrastMode)

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,
This commit is contained in:
arichornlover 2023-12-14 21:38:53 -06:00 committed by GitHub
parent 42c913af86
commit da5f6223de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,9 @@ UIColor *lcmHexColor;
+ (BOOL)darkerPaletteTextColorEnabled {
return NO;
}
+ (UIColor *)white1 {
return [UIColor whiteColor];
}
+ (UIColor *)white2 {
return [UIColor whiteColor];
}