1.1
							
								
								
									
										
											BIN
										
									
								
								Prefs/.DS_Store
									
									
									
									
										vendored
									
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								Prefs/Resources/.DS_Store
									
									
									
									
										vendored
									
									
								
							
							
						
						| 
		 Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 258 KiB  | 
@ -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>
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.3 KiB  | 
| 
		 Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 185 KiB  | 
@ -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 {
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
 | 
			
		||||