feat(youtube/theme): make dark the default color for dark theme background
This commit is contained in:
parent
b8256f8727
commit
0dfb39b13d
|
@ -56,7 +56,7 @@ class ThemePatch : ResourcePatch {
|
||||||
var darkThemeBackgroundColor: String? by option(
|
var darkThemeBackgroundColor: String? by option(
|
||||||
PatchOption.StringOption(
|
PatchOption.StringOption(
|
||||||
key = "darkThemeBackgroundColor",
|
key = "darkThemeBackgroundColor",
|
||||||
default = "@android:color/black",
|
default = "#FF282828",
|
||||||
title = "Background color for the dark theme",
|
title = "Background color for the dark theme",
|
||||||
description = "The background color of the dark theme. Can be a hex color or a resource reference.",
|
description = "The background color of the dark theme. Can be a hex color or a resource reference.",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue