Skip to content

Commit 4b77648

Browse files
LisoUseInAIKyriosoSumAtrIX
authored andcommitted
fix(YouTube - Seekbar): Use latest shade of YouTube red
1 parent ff85d49 commit 4b77648

File tree

1 file changed

+1
-1
lines changed
  • extensions/shared/src/main/java/app/revanced/extension/youtube/settings

1 file changed

+1
-1
lines changed

extensions/shared/src/main/java/app/revanced/extension/youtube/settings/Settings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public class Settings extends BaseSettings {
258258
public static final BooleanSetting HIDE_SEEKBAR = new BooleanSetting("revanced_hide_seekbar", FALSE, true);
259259
public static final BooleanSetting HIDE_SEEKBAR_THUMBNAIL = new BooleanSetting("revanced_hide_seekbar_thumbnail", FALSE);
260260
public static final BooleanSetting SEEKBAR_CUSTOM_COLOR = new BooleanSetting("revanced_seekbar_custom_color", FALSE, true);
261-
public static final StringSetting SEEKBAR_CUSTOM_COLOR_VALUE = new StringSetting("revanced_seekbar_custom_color_value", "#FF0000", true, parent(SEEKBAR_CUSTOM_COLOR));
261+
public static final StringSetting SEEKBAR_CUSTOM_COLOR_VALUE = new StringSetting("revanced_seekbar_custom_color_value", "#FF0033", true, parent(SEEKBAR_CUSTOM_COLOR));
262262

263263
// Misc
264264
public static final BooleanSetting AUTO_CAPTIONS = new BooleanSetting("revanced_auto_captions", FALSE);

0 commit comments

Comments
 (0)