From b391132835abc5ea840e40e108c4504a4a669f13 Mon Sep 17 00:00:00 2001 From: mac-user669 Date: Thu, 23 Jan 2020 21:35:31 -0500 Subject: [PATCH] Tint color, except respring button --- zenithdarkprefs/ZNDarkPrefsRootListController.h | 2 +- zenithdarkprefs/ZNDarkPrefsRootListController.m | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zenithdarkprefs/ZNDarkPrefsRootListController.h b/zenithdarkprefs/ZNDarkPrefsRootListController.h index f2c2526..42f1122 100644 --- a/zenithdarkprefs/ZNDarkPrefsRootListController.h +++ b/zenithdarkprefs/ZNDarkPrefsRootListController.h @@ -9,7 +9,7 @@ #define kImagePath @"/Library/Application Support/ZenithDark/ZNDark.png" -@interface ZNDarkPrefsRootListController : PSListController +@interface ZNDarkPrefsRootListController : HBRootListController @property (nonatomic, strong) UIBlurEffect *respringBlur; @property (nonatomic, strong) UIVisualEffectView *respringEffectView; @property (nonatomic, strong) UIWindow *mainAppRootWindow; diff --git a/zenithdarkprefs/ZNDarkPrefsRootListController.m b/zenithdarkprefs/ZNDarkPrefsRootListController.m index db91466..e53682b 100644 --- a/zenithdarkprefs/ZNDarkPrefsRootListController.m +++ b/zenithdarkprefs/ZNDarkPrefsRootListController.m @@ -2,8 +2,8 @@ #import #define THEME_COLOR \ - [UIColor colorWithRed:1.00 \ - green:0.00 \ + [UIColor colorWithRed:0.82 \ + green:0.64 \ blue:0.00 \ alpha:1.0];