mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-16 15:17:36 +01:00
feat(youtube/theme): make amoled the default color for dark theme background"
This reverts commit 0dfb39b13d49f6ff1a4bbbed0bdbfa4e785c4e96.
This commit is contained in:
parent
b4deb8af3d
commit
2b3be9ba75
@ -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.",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user