feat(youtube/theme): make dark the default color for dark theme background

This commit is contained in:
oSumAtrIX 2022-11-21 00:57:50 +01:00
parent bc96be3e69
commit db44fa6f5a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -56,7 +56,7 @@ class ThemePatch : ResourcePatch {
var darkThemeBackgroundColor: String? by option(
PatchOption.StringOption(
key = "darkThemeBackgroundColor",
default = "@android:color/black",
default = "#FF282828",
title = "Background color for the dark theme",
description = "The background color of the dark theme. Can be a hex color or a resource reference.",
)