mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
feat(YouTube - Theme): Improve patch option descriptions
This commit is contained in:
parent
cf6006cc83
commit
5d3008a5af
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ object ThemeBytecodePatch : BytecodePatch(
|
|||
"Dark red" to "#FF290000"
|
||||
),
|
||||
title = "Dark theme background color",
|
||||
description = "The background color of the dark theme. Can be a hex color or a resource reference.",
|
||||
description = "Can be a hex color (#AARRGGBB) or a color resource reference.",
|
||||
)
|
||||
|
||||
internal val lightThemeBackgroundColor by stringPatchOption(
|
||||
|
@ -82,7 +82,7 @@ object ThemeBytecodePatch : BytecodePatch(
|
|||
"Light red" to "#FFFFD6D6"
|
||||
),
|
||||
title = "Light theme background color",
|
||||
description = "The background color of the light theme. Can be a hex color or a resource reference.",
|
||||
description = "Can be a hex color or a color resource reference.",
|
||||
)
|
||||
|
||||
override fun execute(context: BytecodeContext) {
|
||||
|
|
Loading…
Reference in a new issue