-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(youtube/theme): seekbar is white and not red when device dark mode is enabled #582
bug(youtube/theme): seekbar is white and not red when device dark mode is enabled #582
Comments
The seekbar showing as white is a newer YouTube feature. If you exclude the theme patch you'll see the seekbar is white when device dark mode is enabled. If you want the seekbar to show red all the time, then change the seekbar color to any shade of red that is not #FF0000 (such as #FE0000, or #FF0001) |
I suppose the seekbar color could have a parent switch to enable/disable the custom color. |
Thanks for your reply and these advanced details! |
The only option you have is to use any color except #FF0000 Go to ReVanced settings -> layout -> seekbar, and change the color to #FE0000. Then it'll be red all the time. |
Excellent, it works! Thank you very much. |
You have no idea how much I needed this comment in my life. Really. |
## [2.69.3](ReVanced/revanced-patches@v2.69.2...v2.69.3) (2022-09-27) ### Bug Fixes * **sponsorblock:** correct class name for field reference ([ReVanced#582](ReVanced/revanced-patches#582)) ([7cd585c](ReVanced/revanced-patches@25ad854))
## [2.69.3](ReVanced/revanced-patches@v2.69.2...v2.69.3) (2022-09-27) ### Bug Fixes * **sponsorblock:** correct class name for field reference ([ReVanced#582](ReVanced/revanced-patches#582)) ([7cd585c](ReVanced/revanced-patches@25ad854))
Type
Cosmetic
Bug description
I use ReVanced Manager 1.4.1 to patch YT 18.23.35.
I select the "Theme" patch.
In all previous versions of the patch, the timeline right under videos used to be RED at all times.
Now the timeline is RED only when interacting with the timeline, otherwise in normal state it's WHITE.
Could you please revert the "Theme" patch so the timeline is -always- RED ? (while it has focus, no focus, interracted with or not..)
Thanks for your support.
Steps to reproduce
Patch YT 18.23.35 with ReVanced manager 1.4.1, select the "Theme" patch.
Relevant log output
Screenshots or videos
No response
Solution
No response
Additional context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: