feat(YouTube - Theme): Add classic dark color to presets (#2542)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
kitadai31 2023-12-27 13:41:52 +09:00 committed by GitHub
parent a07f83fe89
commit 4e1dc0041d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ object ThemeBytecodePatch : BytecodePatch(
values = mapOf(
"Amoled black" to AMOLED_BLACK_COLOR,
"Material You" to "@android:color/system_neutral1_900",
"Classic (old YouTube)" to "#FF212121",
"Catppuccin (Mocha)" to "#FF181825",
"Dark pink" to "#FF290025",
"Dark blue" to "#FF001029",