Update Themes.xm

This commit is contained in:
arichornlover 2024-01-11 20:32:00 -06:00 committed by GitHub
parent 6a6a463020
commit 52bcf40fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@
UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:1.0];
%group gCustomTheme
%group gOLED
%hook YTCommonColorPalette
- (UIColor *)baseBackground {
return self.pageStyle == 1 ? [UIColor blackColor] : %orig;