From 2b3be9ba753adbe0ca631f645e6b51eb8ca3f66a Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 21 Nov 2022 03:30:22 +0100 Subject: [PATCH] feat(youtube/theme): make amoled the default color for dark theme background" This reverts commit 0dfb39b13d49f6ff1a4bbbed0bdbfa4e785c4e96. --- .../revanced/patches/youtube/layout/theme/patch/ThemePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt index 78ba8fbdb..919342c5e 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt @@ -56,7 +56,7 @@ class ThemePatch : ResourcePatch { var darkThemeBackgroundColor: String? by option( PatchOption.StringOption( key = "darkThemeBackgroundColor", - default = "#FF282828", + default = "@android:color/black", title = "Background color for the dark theme", description = "The background color of the dark theme. Can be a hex color or a resource reference.", )