Преглед изворни кода

Tint color, except respring button

master
mac-user669 пре 4 година
родитељ
комит
b391132835
2 измењених фајлова са 3 додато и 3 уклоњено
  1. +1
    -1
      zenithdarkprefs/ZNDarkPrefsRootListController.h
  2. +2
    -2
      zenithdarkprefs/ZNDarkPrefsRootListController.m

+ 1
- 1
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;

+ 2
- 2
zenithdarkprefs/ZNDarkPrefsRootListController.m Прегледај датотеку

@@ -2,8 +2,8 @@
#import <CepheiPrefs/HBAppearanceSettings.h>

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


Loading…
Откажи
Сачувај