generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 609
feat(YouTube Music): Add Change miniplayer color patch
#6259
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
Merged
+161
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 tasks
...s/src/main/kotlin/app/revanced/patches/music/layout/miniplayercolor/ChangeMiniplayerColor.kt
Outdated
Show resolved
Hide resolved
...s/src/main/kotlin/app/revanced/patches/music/layout/miniplayercolor/ChangeMiniplayerColor.kt
Outdated
Show resolved
Hide resolved
LisoUseInAIKyrios
approved these changes
Nov 8, 2025
Contributor
|
Seems ready to merge? |
...s/src/main/kotlin/app/revanced/patches/music/layout/miniplayercolor/ChangeMiniplayerColor.kt
Outdated
Show resolved
Hide resolved
…playercolor/ChangeMiniplayerColor.kt
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
github-actions bot
pushed a commit
that referenced
this pull request
Nov 9, 2025
# [5.46.0-dev.9](v5.46.0-dev.8...v5.46.0-dev.9) (2025-11-09) ### Features * **YouTube Music:** Add `Change miniplayer color` patch ([#6259](#6259)) ([ab808ae](ab808ae))
github-actions bot
pushed a commit
that referenced
this pull request
Nov 10, 2025
# [5.46.0](v5.45.0...v5.46.0) (2025-11-10) ### Bug Fixes * **Duolingo - Disable ads:** Constrain patch to last working app target ([f238ae9](f238ae9)) * **Instagram - Hide navigation buttons:** Constrain patch to last working app target ([e030e9c](e030e9c)) * **Spotify - Hide Create button:** Remove obsolete patch that is no longer needed ([#6252](#6252)) ([59d85b2](59d85b2)) * **YouTube - Check watch history domain name resolution:** Fix false positive warning message if the internet connection fails halfway into the DNS check ([5726353](5726353)) * **YouTube - Hide layout components:** Fix "Hide Hype points" ([#6247](#6247)) ([5821440](5821440)) * **YouTube - Settings:** Add additional languages to ReVanced language preference ([d390b54](d390b54)) * **YouTube - Settings:** Resolve settings search crash when searching for specific words ([#6231](#6231)) ([76dcfae](76dcfae)) ### Features * **YouTube - Debugging:** Add setting to block experimental client flags ([#6196](#6196)) ([2e9d695](2e9d695)) * **YouTube - Hide layout components:** Add "Hide Hype points" ([#6230](#6230)) ([a52c015](a52c015)) * **YouTube - Hide layout components:** Add video description "Hide Featured content" and "Hide Subscribe button" ([#6253](#6253)) ([da4cf94](da4cf94)) * **YouTube - Hide player flyout menu items:** Add "Hide Listen with YouTube Music" ([#6232](#6232)) ([858edbf](858edbf)) * **YouTube Music:** Add `Change miniplayer color` patch ([#6259](#6259)) ([ab808ae](ab808ae)) * **YouTube Music:** Add `Hide buttons` patch ([#6255](#6255)) ([7a18ebc](7a18ebc))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds an in-app setting to change the miniplayer background to the same color as the player. Color depends on the album that is playing.
Adapted from here