feat(YouTube - Theme): Add classic dark color to presets (#2542)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
a07f83fe89
commit
4e1dc0041d
|
@ -59,6 +59,7 @@ object ThemeBytecodePatch : BytecodePatch(
|
||||||
values = mapOf(
|
values = mapOf(
|
||||||
"Amoled black" to AMOLED_BLACK_COLOR,
|
"Amoled black" to AMOLED_BLACK_COLOR,
|
||||||
"Material You" to "@android:color/system_neutral1_900",
|
"Material You" to "@android:color/system_neutral1_900",
|
||||||
|
"Classic (old YouTube)" to "#FF212121",
|
||||||
"Catppuccin (Mocha)" to "#FF181825",
|
"Catppuccin (Mocha)" to "#FF181825",
|
||||||
"Dark pink" to "#FF290025",
|
"Dark pink" to "#FF290025",
|
||||||
"Dark blue" to "#FF001029",
|
"Dark blue" to "#FF001029",
|
||||||
|
|
Loading…
Reference in a new issue