Dark tabs for Zenith! Mirror of https://github.com/mac-user669/ZenithDark
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
578B

  1. #import <Preferences/PSListController.h>
  2. #import <CepheiPrefs/HBRootListController.h>
  3. #import <CepheiPrefs/HBAppearanceSettings.h>
  4. #import <Cephei/HBRespringController.h>
  5. #import <Cephei/HBPreferences.h>
  6. @import UIKit;
  7. // image for share button
  8. #define kImagePath @"/Library/Application Support/ZenithDark/ZNDark.png"
  9. @interface ZNDarkPrefsRootListController : HBRootListController
  10. @property (nonatomic, strong) UIBlurEffect *respringBlur;
  11. @property (nonatomic, strong) UIVisualEffectView *respringEffectView;
  12. @property (nonatomic, strong) UIWindow *mainAppRootWindow;
  13. @end