From 52bcf40fc2a045aad8e3bb6cac0c41b6e1a2a44d Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:32:00 -0600 Subject: [PATCH] Update Themes.xm --- Source/Themes.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Themes.xm b/Source/Themes.xm index 44c9019..c641637 100644 --- a/Source/Themes.xm +++ b/Source/Themes.xm @@ -87,7 +87,7 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:1.0]; -%group gCustomTheme +%group gOLED %hook YTCommonColorPalette - (UIColor *)baseBackground { return self.pageStyle == 1 ? [UIColor blackColor] : %orig;