Revert "iOS 12 support! Also tweaked the colors a little bit"

This reverts commit 4cce378f9e.
This commit is contained in:
2020-01-21 20:37:26 -05:00
parent 4cce378f9e
commit e0aa707881
3 changed files with 20 additions and 47 deletions

View File

@ -26,10 +26,10 @@ BOOL kEnabled;
NSMutableDictionary *prefs;
// Dark Zenith color we are using macros so we can call it later if need be.
#define kDarkModeColor [UIColor colorWithRed:0.11 green:0.11 blue:0.11 alpha:0.73];
#define kDarkModeColor [UIColor colorWithWhite:0.0 alpha:0.44]
// Stock Zenith color we are using macros so we can call it later if need be.
#define kLightModeColor [UIColor colorWithWhite:1.0 alpha:0.8]
#define kLightModeColor [UIColor colorWithWhite:1.0 alpha:0.7]
// the PLIST path where all user settings are stored.
#define PLIST_PATH @"/var/mobile/Library/Preferences/com.mac-user669.zenithdark.plist"