Update LowContrastMode.xm

Added YTIStringRun
This commit is contained in:
aricloverEXALT 2025-02-08 14:18:49 -06:00 committed by GitHub
parent 1af920709e
commit 7cc55aa77e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)