This commit is contained in:
ShyMemoriees
2019-12-13 15:45:49 +01:00
parent edbbb89b15
commit 848e30d228
63 changed files with 418 additions and 18 deletions

BIN
Prefs/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 258 KiB

View File

@ -105,6 +105,26 @@
<key>url</key>
<string>https://github.com/ShyMemoriees/Tick/issues/new</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Icon Design</string>
</dict>
<dict>
<key>action</key>
<string>twittertaki</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>@74k1_</string>
<key>cellClass</key>
<string>HBTwitterCell</string>
<key>label</key>
<string>taki</string>
<key>user</key>
<string>74k1_</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 185 KiB

View File

@ -3,7 +3,7 @@
@implementation TCKAppearanceSettings
-(UIColor *)tintColor {
return [UIColor colorWithRed:0.17 green:0.09 blue:0.19 alpha:1.0];;
return [UIColor colorWithRed:0.64 green:0.67 blue:1.00 alpha:1.0];;
}
-(UIColor *)statusBarTintColor {
@ -23,7 +23,7 @@
}
-(UIColor *)navigationBarBackgroundColor {
return [UIColor colorWithRed:0.17 green:0.09 blue:0.19 alpha:1.0];;
return [UIColor colorWithRed:0.64 green:0.67 blue:1.00 alpha:1.0];;
}
-(BOOL)translucentNavigationBar {

View File

@ -85,7 +85,7 @@
CGRect frame = self.table.bounds;
frame.origin.y = -frame.size.height;
self.navigationController.navigationController.navigationBar.barTintColor = [UIColor colorWithRed:0.17 green:0.09 blue:0.19 alpha:1.0];
self.navigationController.navigationController.navigationBar.barTintColor = [UIColor colorWithRed:0.64 green:0.67 blue:1.00 alpha:1.0];
[self.navigationController.navigationController.navigationBar setShadowImage: [UIImage new]];
self.navigationController.navigationController.navigationBar.tintColor = [UIColor whiteColor];
self.navigationController.navigationController.navigationBar.translucent = NO;