|
@@ -78,6 +78,9 @@
|
|
|
#define COLOR_GROUPBY_BAR_NO_BLUR [UIColor colorWithRed:0.0/255.0 green:130.0/255.0 blue:201.0/255.0 alpha:0.3] // BLU NC : #0082c9
|
|
|
|
|
|
#define COLOR_NAVIGATIONBAR [UIColor colorWithRed:0.0/255.0 green:130.0/255.0 blue:201.0/255.0 alpha:1.0] // BLU NC : #0082c9
|
|
|
+
|
|
|
+#define COLOR_NAVIGATIONBAR_SHARE [UIColor colorWithRed:0.0/255.0 green:130.0/255.0 blue:201.0/255.0 alpha:1.0] // BLU NC : #0082c9
|
|
|
+
|
|
|
#define COLOR_NAVIGATIONBAR_TEXT [UIColor whiteColor]
|
|
|
#define COLOR_NAVIGATIONBAR_PROGRESS [UIColor whiteColor]
|
|
|
#define COLOR_TABBAR [UIColor colorWithRed:247.0/255.0 green:247.0/255.0 blue:247.0/255.0 alpha:1]
|