Skip to content

Commit

Permalink
Update OLED theme
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat committed Feb 25, 2024
1 parent e69957e commit 1c8af4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/uYouPlusThemes.xm
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
- (void)didMoveToWindow {
%orig;
if (IS_DARK_APPEARANCE_ENABLED && [self.nextResponder isKindOfClass:%c(_ASDisplayView)]) {
self.superview.backgroundColor = [UIColor blackColor];
self.backgroundColor = [UIColor clearColor];
}
}
Expand Down

0 comments on commit 1c8af4d

Please sign in to comment.