summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m9
1 files changed, 4 insertions, 5 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index b3f544c..b58251b 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -10,7 +10,6 @@
#import "MessagesViewController.h"
#import "LoginViewController.h"
-#import "ColorScheme.h"
#import "APIClient.h"
#import "Message.h"
#import "User.h"
@@ -26,11 +25,11 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
- [[UINavigationBar appearance] setTintColor:[ColorScheme linkColor]];
+ [[UINavigationBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
//[[UINavigationBar appearance] setBarTintColor:[ColorScheme headerBackground]];
- [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme linkColor]}];
- [[UIToolbar appearance] setTintColor:[ColorScheme linkColor]];
- [[UITabBar appearance] setTintColor:[ColorScheme linkColor]];
+ [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Title"]}];
+ [[UIToolbar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
+ [[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault;