mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
feat(youtube/theme): make amoled the default color for dark theme background"
This reverts commit 0dfb39b13d
.
This commit is contained in:
@ -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.",
|
||||
)
|
||||
|
Reference in New Issue
Block a user