mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 14:02:08 +00:00
Update Themes.xm
This commit is contained in:
parent
14b57512fc
commit
76bdcbdad7
1 changed files with 2 additions and 2 deletions
|
|
@ -366,11 +366,11 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
|
|||
%end
|
||||
%end
|
||||
|
||||
# pragma mark - OLED dark mode by BandarHL
|
||||
# pragma mark - Custom dark mode by BandarHL
|
||||
|
||||
UIColor *customHexColor;
|
||||
|
||||
%group gOLED
|
||||
%group gCustomTheme
|
||||
%hook YTCommonColorPalette
|
||||
- (UIColor *)baseBackground {
|
||||
return self.pageStyle == 1 ? [UIColor customHexColor] : %orig;
|
||||
|
|
|
|||
Loading…
Reference in a new issue