Skip to content

Commit

Permalink
Updated LowContrastMode (works only with v17.33.2-v17.38.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Mar 25, 2024
1 parent 6074cbc commit 02ad1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LowContrastMode.xm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static BOOL customContrastMode() {

UIColor *lcmHexColor;

%group gLowContrastMode // Low Contrast Mode v1.5.1 (Compatible with only YouTube v16.05.7-v17.38.10)
%group gLowContrastMode // Low Contrast Mode v1.5.1 (Compatible with only YouTube v17.33.2-v17.38.10)
%hook UIColor
+ (UIColor *)whiteColor { // Dark Theme Color
return [UIColor colorWithRed: 0.56 green: 0.56 blue: 0.56 alpha: 1.00];
Expand Down

0 comments on commit 02ad1b0

Please sign in to comment.