mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +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]);
|
||||
}
|
||||
%end
|
||||
%hook YTIStringRun
|
||||
- (void)setTextColor:(unsigned int)textColor {
|
||||
textColor = 0x8F8F8F;
|
||||
%orig(textColor);
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
||||
%group gCustomContrastMode // Custom Contrast Mode (Hex Color)
|
||||
|
|
|
|||
Loading…
Reference in a new issue