mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Update LowContrastMode.xm
Added YTIStringRun
This commit is contained in:
parent
1af920709e
commit
7cc55aa77e
1 changed files with 6 additions and 0 deletions
|
|
@ -253,6 +253,12 @@ UIColor *lcmHexColor;
|
||||||
%orig([UIColor whiteColor]);
|
%orig([UIColor whiteColor]);
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
%hook YTIStringRun
|
||||||
|
- (void)setTextColor:(unsigned int)textColor {
|
||||||
|
textColor = 0x8F8F8F;
|
||||||
|
%orig(textColor);
|
||||||
|
}
|
||||||
|
%end
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%group gCustomContrastMode // Custom Contrast Mode (Hex Color)
|
%group gCustomContrastMode // Custom Contrast Mode (Hex Color)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue