darker...

This commit is contained in:
qnblackcat 2022-04-19 09:14:32 +07:00
parent 9763459838
commit 4119cc4796

View file

@ -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;