浏览代码

Tint color, except respring button

master
mac-user669 5 年前
父节点
当前提交
b391132835
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      zenithdarkprefs/ZNDarkPrefsRootListController.h
  2. +2
    -2
      zenithdarkprefs/ZNDarkPrefsRootListController.m

+ 1
- 1
zenithdarkprefs/ZNDarkPrefsRootListController.h 查看文件



#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;

+ 2
- 2
zenithdarkprefs/ZNDarkPrefsRootListController.m 查看文件

#import <CepheiPrefs/HBAppearanceSettings.h> #import <CepheiPrefs/HBAppearanceSettings.h>


#define THEME_COLOR \ #define THEME_COLOR \
[UIColor colorWithRed:1.00 \
green:0.00 \
[UIColor colorWithRed:0.82 \
green:0.64 \
blue:0.00 \ blue:0.00 \
alpha:1.0]; alpha:1.0];



正在加载...
取消
保存