darker...
This commit is contained in:
+14
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user