mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-07 10:47:03 +01:00
feat(youtube/theme): make amoled the default color for dark theme background"
This reverts commit db44fa6f5a
.
This commit is contained in:
parent
a26669eb42
commit
2b68ac7796
@ -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…
Reference in New Issue
Block a user