diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt index 62b32f337..b98b8673c 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt @@ -38,7 +38,7 @@ class ThemePatch : ResourcePatch() { var theme: String? by option( PatchOption.StringListOption( key = "theme", - default = null, + default = Themes.Amoled.name, options = Themes.names, title = "Theme", description = "Select a theme.",