Tint color, except respring button

This commit is contained in:
2020-01-23 21:35:31 -05:00
parent 7c26a46448
commit b391132835
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
#define kImagePath @"/Library/Application Support/ZenithDark/ZNDark.png" #define kImagePath @"/Library/Application Support/ZenithDark/ZNDark.png"
@interface ZNDarkPrefsRootListController : PSListController @interface ZNDarkPrefsRootListController : HBRootListController
@property (nonatomic, strong) UIBlurEffect *respringBlur; @property (nonatomic, strong) UIBlurEffect *respringBlur;
@property (nonatomic, strong) UIVisualEffectView *respringEffectView; @property (nonatomic, strong) UIVisualEffectView *respringEffectView;
@property (nonatomic, strong) UIWindow *mainAppRootWindow; @property (nonatomic, strong) UIWindow *mainAppRootWindow;

View File

@ -2,8 +2,8 @@
#import <CepheiPrefs/HBAppearanceSettings.h> #import <CepheiPrefs/HBAppearanceSettings.h>
#define THEME_COLOR \ #define THEME_COLOR \
[UIColor colorWithRed:1.00 \ [UIColor colorWithRed:0.82 \
green:0.00 \ green:0.64 \
blue:0.00 \ blue:0.00 \
alpha:1.0]; alpha:1.0];