Skip to content

Commit

Permalink
darker...
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat committed Apr 19, 2022
1 parent 9763459 commit 4119cc4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,20 @@ BOOL bigYTMiniPlayer() {
}
%end

%hook ASWAppSwitchingSheetHeaderView
-(void)setBackgroundColor:(id)arg1 {
arg1 = oledColor;
%orig;
}
%end

%hook ASWAppSwitchingSheetFooterView
-(void)setBackgroundColor:(id)arg1 {
arg1 = oledColor;
%orig;
}
%end

%hook YTCollectionSeparatorView
-(void)setBackgroundColor:(id)arg1 {
arg1 = oledColor;
Expand Down

0 comments on commit 4119cc4

Please sign in to comment.