Skip to content

Commit

Permalink
feat(youtube/theme): make dark the default color for dark theme backg…
Browse files Browse the repository at this point in the history
…round
  • Loading branch information
oSumAtrIX committed Nov 20, 2022
1 parent bc96be3 commit db44fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)
Expand Down

0 comments on commit db44fa6

Please sign in to comment.