summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-21 21:36:00 +0300
committerGravatar Vitaly Takmazov2019-03-21 21:36:00 +0300
commitf2b243f33cb25c9c34f983177487f3060a804840 (patch)
tree5f57d085a798580b04a38d0d6dc887cbbbb6b651 /Juick/AppDelegate.m
parent6b40f06a691e1264f6e35b6a5616198e6977787d (diff)
Styling
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index b58251b..cf2afa8 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -26,8 +26,9 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[[UINavigationBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
- //[[UINavigationBar appearance] setBarTintColor:[ColorScheme headerBackground]];
- [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Title"]}];
+ [[UINavigationBar appearance] setBarTintColor:[UIColor whiteColor]];
+ [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}];
+ [[UINavigationBar appearance] setLargeTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}];
[[UIToolbar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
[[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];