darker...

This commit is contained in:
qnblackcat
2022-04-19 09:14:32 +07:00
parent 9763459838
commit 4119cc4796
+14
View File
@@ -406,6 +406,20 @@ BOOL bigYTMiniPlayer() {
} }
%end %end
%hook ASWAppSwitchingSheetHeaderView
-(void)setBackgroundColor:(id)arg1 {
arg1 = oledColor;
%orig;
}
%end
%hook ASWAppSwitchingSheetFooterView
-(void)setBackgroundColor:(id)arg1 {
arg1 = oledColor;
%orig;
}
%end
%hook YTCollectionSeparatorView %hook YTCollectionSeparatorView
-(void)setBackgroundColor:(id)arg1 { -(void)setBackgroundColor:(id)arg1 {
arg1 = oledColor; arg1 = oledColor;