mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-11 20:50:42 +00:00
Updated LowContrastMode (works only with v17.33.2-v17.38.10)
This commit is contained in:
parent
6074cbc665
commit
02ad1b0680
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ static BOOL customContrastMode() {
|
||||||
|
|
||||||
UIColor *lcmHexColor;
|
UIColor *lcmHexColor;
|
||||||
|
|
||||||
%group gLowContrastMode // Low Contrast Mode v1.5.1 (Compatible with only YouTube v16.05.7-v17.38.10)
|
%group gLowContrastMode // Low Contrast Mode v1.5.1 (Compatible with only YouTube v17.33.2-v17.38.10)
|
||||||
%hook UIColor
|
%hook UIColor
|
||||||
+ (UIColor *)whiteColor { // Dark Theme Color
|
+ (UIColor *)whiteColor { // Dark Theme Color
|
||||||
return [UIColor colorWithRed: 0.56 green: 0.56 blue: 0.56 alpha: 1.00];
|
return [UIColor colorWithRed: 0.56 green: 0.56 blue: 0.56 alpha: 1.00];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue