1.0-1 release

- No code base changes.
- Makefile adjustment
- This should work the way it's supposed to.
This commit is contained in:
iKilledAppl3
2020-01-13 11:18:33 -05:00
parent e0ef88c341
commit c273e2b93d
36 changed files with 58 additions and 119 deletions

View File

@ -23,4 +23,4 @@ ZenithDark Header file to keep the tweak.x file clean!
#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:1.0]
#define kLightModeColor [UIColor colorWithWhite:1.0 alpha:0.7]