|  |  | @ -27,26 +27,19 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | + (void)setupSignalAppearence |  |  |  | + (void)setupSignalAppearence | 
			
		
	
		
		
			
				
					
					|  |  |  | { |  |  |  | { | 
			
		
	
		
		
			
				
					
					|  |  |  |     UINavigationBar.appearance.barTintColor = [UIColor colorWithRGBHex:0x161616]; // Colors.navigationBarBackground |  |  |  |     UINavigationBar.appearance.barTintColor = UIColor.whiteColor; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     UINavigationBar.appearance.tintColor = [UIColor colorWithRGBHex:0xFFFFFF]; // Colors.text |  |  |  |     UINavigationBar.appearance.translucent = NO; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     UIToolbar.appearance.barTintColor = Theme.navbarBackgroundColor; |  |  |  |     UINavigationBar.appearance.tintColor = UIColor.blackColor; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     UIToolbar.appearance.tintColor = Theme.navbarIconColor; |  |  |  |     UIToolbar.appearance.barTintColor = UIColor.blackColor; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     UIToolbar.appearance.translucent = NO; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     UIToolbar.appearance.tintColor = UIColor.whiteColor; | 
			
		
	
		
		
			
				
					
					|  |  |  |      |  |  |  |      | 
			
		
	
		
		
			
				
					
					|  |  |  |     UIBarButtonItem.appearance.tintColor = [UIColor colorWithRGBHex:0xFFFFFF]; // Colors.text |  |  |  |     UIBarButtonItem.appearance.tintColor = UIColor.blackColor; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |     [UISwitch.appearance setOnTintColor:[UIColor colorWithRGBHex:0x00F782]]; // Colors.accent | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     // Using the keyboardAppearance causes crashes due to a bug in UIKit. |  |  |  |     [UIToolbar.appearance setTintColor:[UIColor colorWithRGBHex:0x00F782]]; // Colors.accent | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     //    UITextField.appearance.keyboardAppearance = (Theme.isDarkThemeEnabled |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     //                                                 ? UIKeyboardAppearanceDark |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     //                                                 : UIKeyboardAppearanceDefault); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     //    UITextView.appearance.keyboardAppearance = (Theme.isDarkThemeEnabled |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     //                                                 ? UIKeyboardAppearanceDark |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     //                                                 : UIKeyboardAppearanceDefault); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     [[UISwitch appearance] setOnTintColor:[UIColor colorWithRGBHex:0x00F782]]; // Colors.accent |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     [[UIToolbar appearance] setTintColor:[UIColor ows_materialBlueColor]]; |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |      |  |  |  |      | 
			
		
	
		
		
			
				
					
					|  |  |  |     // If we set NSShadowAttributeName, the NSForegroundColorAttributeName value is ignored. |  |  |  |     // If we set NSShadowAttributeName, the NSForegroundColorAttributeName value is ignored. | 
			
		
	
		
		
			
				
					
					|  |  |  |     UINavigationBar.appearance.titleTextAttributes = @{ NSForegroundColorAttributeName : [UIColor colorWithRGBHex:0xFFFFFF] }; // Colors.text |  |  |  |     UINavigationBar.appearance.titleTextAttributes = @{ NSForegroundColorAttributeName : UIColor.blackColor }; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | @end |  |  |  | @end | 
			
		
	
	
		
		
			
				
					|  |  | 
 |