feat(youtube/theme): make amoled the default color for dark theme background"
This reverts commit 91ae954210.
This commit is contained in:
parent
c43588ee40
commit
b3c0291e70
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue