Skip to content

Commit 86ec325

Browse files
committed
feat(YT Music - Custom branding icon): Add more options
AFN Blue AFN Red Vanced Black Vanced Light Update some icons
1 parent 12982f4 commit 86ec325

File tree

205 files changed

+25
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+25
-1
lines changed

β€Žsrc/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ object CustomBrandingIconPatch : ResourcePatch() {
2525
private val availableIcon = mapOf(
2626
"MMT" to "mmt",
2727
DEFAULT_ICON_KEY to "revancify_blue",
28-
"Revancify Red" to "revancify_red"
28+
"Revancify Red" to "revancify_red",
29+
"AFN Blue" to "afn_blue",
30+
"AFN Red" to "afn_red",
31+
"Vanced Black" to "vanced_black",
32+
"Vanced Light" to "vanced_light"
2933
)
3034

3135
private val SplashHeaderIcon by booleanPatchOption(

0 commit comments

Comments
Β (0)