diff options
author | Vitaly Takmazov | 2013-11-05 03:23:31 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-05 03:23:31 +0400 |
commit | a795a089148f73389f1e35430ed94a9aec9156e7 (patch) | |
tree | 9540a86a5baba5aec5c2c649eddeb0b82c109d7e /Juick/Colors.m | |
parent | 633ae14fa1448330e58b12160dd0be35f78c1d57 (diff) |
colors and buttons
Diffstat (limited to 'Juick/Colors.m')
-rw-r--r-- | Juick/Colors.m | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Juick/Colors.m b/Juick/Colors.m deleted file mode 100644 index 1a64e3d..0000000 --- a/Juick/Colors.m +++ /dev/null @@ -1,29 +0,0 @@ -// -// Colors.m -// Juick -// -// Created by Vitaly Takmazov on 05.11.13. -// Copyright (c) 2013 com.juick. All rights reserved. -// - -#import "Colors.h" - -@implementation Colors - -+ (UIColor *) mainBackground { - return [UIColor colorWithRed:238/255.0f green:238/255.0f blue:229/255.0f alpha:1.0f]; -} - -+ (UIColor *) linkColor { - return [UIColor colorWithRed:0/255.0f green:102/255.0f blue:153/255.0f alpha:1.0f]; -} - -+ (UIColor *) navbarBackground { - return [UIColor colorWithRed:44/255.0f green:44/255.0f blue:44/255.0f alpha:1]; -} - -+ (UIColor *) navbarFont { - return [UIColor colorWithRed:153/255.0f green:154/255.0f blue:153/255.0f alpha:1]; -} - -@end |