mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
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:
parent
42c913af86
commit
da5f6223de
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ UIColor *lcmHexColor;
|
|||
+ (BOOL)darkerPaletteTextColorEnabled {
|
||||
return NO;
|
||||
}
|
||||
+ (UIColor *)white1 {
|
||||
return [UIColor whiteColor];
|
||||
}
|
||||
+ (UIColor *)white2 {
|
||||
return [UIColor whiteColor];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue