From 5d3008a5afa8961a04ce09782574a4c19343951b Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 22 Oct 2023 23:46:41 +0200 Subject: [PATCH] feat(YouTube - Theme): Improve patch option descriptions --- .../patches/youtube/layout/theme/ThemeBytecodePatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt index 97c2ab191..414a4624a 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemeBytecodePatch.kt @@ -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) {