Skip to content

Commit 4e1dc00

Browse files
kitadai31oSumAtrIX
andauthored
feat(YouTube - Theme): Add classic dark color to presets (#2542)
Co-authored-by: oSumAtrIX <[email protected]>
1 parent a07f83f commit 4e1dc00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ object ThemeBytecodePatch : BytecodePatch(
5959
values = mapOf(
6060
"Amoled black" to AMOLED_BLACK_COLOR,
6161
"Material You" to "@android:color/system_neutral1_900",
62+
"Classic (old YouTube)" to "#FF212121",
6263
"Catppuccin (Mocha)" to "#FF181825",
6364
"Dark pink" to "#FF290025",
6465
"Dark blue" to "#FF001029",

0 commit comments

Comments
 (0)