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

Commit 4119cc4

Browse files
committed
darker...
1 parent 9763459 commit 4119cc4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

uYouPlus.xm

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,20 @@ BOOL bigYTMiniPlayer() {
406406
}
407407
%end
408408

409+
%hook ASWAppSwitchingSheetHeaderView
410+
-(void)setBackgroundColor:(id)arg1 {
411+
arg1 = oledColor;
412+
%orig;
413+
}
414+
%end
415+
416+
%hook ASWAppSwitchingSheetFooterView
417+
-(void)setBackgroundColor:(id)arg1 {
418+
arg1 = oledColor;
419+
%orig;
420+
}
421+
%end
422+
409423
%hook YTCollectionSeparatorView
410424
-(void)setBackgroundColor:(id)arg1 {
411425
arg1 = oledColor;

0 commit comments

Comments
 (0)