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 {
|
+ (BOOL)darkerPaletteTextColorEnabled {
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
+ (UIColor *)white1 {
|
||||||
|
return [UIColor whiteColor];
|
||||||
|
}
|
||||||
+ (UIColor *)white2 {
|
+ (UIColor *)white2 {
|
||||||
return [UIColor whiteColor];
|
return [UIColor whiteColor];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue