Skip to content

Commit

Permalink
feat(youtube/theme): make amoled the default color for dark theme bac…
Browse files Browse the repository at this point in the history
…kground"

This reverts commit 0dfb39b.
  • Loading branch information
oSumAtrIX committed Nov 21, 2022
1 parent b4deb8a commit 2b3be9b
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 = "#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.",
)
Expand Down

0 comments on commit 2b3be9b

Please sign in to comment.