Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 1c8af4d

Browse files
authored
Update OLED theme
1 parent e69957e commit 1c8af4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/uYouPlusThemes.xm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
135135
- (void)didMoveToWindow {
136136
%orig;
137137
if (IS_DARK_APPEARANCE_ENABLED && [self.nextResponder isKindOfClass:%c(_ASDisplayView)]) {
138+
self.superview.backgroundColor = [UIColor blackColor];
138139
self.backgroundColor = [UIColor clearColor];
139140
}
140141
}

0 commit comments

Comments
 (0)