From 78bcc152dadae837af41ab4e42fe9c95342c119e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Nov 2017 00:53:49 +0300 Subject: add text color to scheme --- Juick/Helpers/ColorScheme.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick/Helpers/ColorScheme.h') diff --git a/Juick/Helpers/ColorScheme.h b/Juick/Helpers/ColorScheme.h index 3226f75..cb3c29b 100644 --- a/Juick/Helpers/ColorScheme.h +++ b/Juick/Helpers/ColorScheme.h @@ -13,6 +13,7 @@ + (UIColor *)colorWithHex:(UInt32)col; +(UIColor *) mainBackground; ++(UIColor *) textColor; +(UIColor *) headerBackground; +(UIColor *) linkColor; @end -- cgit v1.2.3