Skip to content

Commit

Permalink
feat(YouTube - Theme): Add classic dark color to presets (#2542)
Browse files Browse the repository at this point in the history
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
kitadai31 and oSumAtrIX committed Dec 27, 2023
1 parent a07f83f commit 4e1dc00
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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",
Expand Down

0 comments on commit 4e1dc00

Please sign in to comment.