|
@@ -1,6 +1,5 @@
|
|
|
const colors = {
|
|
|
- black:'black',
|
|
|
- white:'white',
|
|
|
+ // Deprecated Colors
|
|
|
primaryColor_1: "#134074",
|
|
|
primaryColor_2: "#13315C",
|
|
|
primaryColor_3: "#0B2545",
|
|
@@ -12,7 +11,19 @@ const colors = {
|
|
|
tertiaryColor: "#1E656D",
|
|
|
quaternaryColor: "#2E0505",
|
|
|
lightGray: "#E3E3E3",
|
|
|
- gray: "#575757"
|
|
|
+ gray: "#575757",
|
|
|
+
|
|
|
+ //Ongoing Colors
|
|
|
+ black:'black',
|
|
|
+ white:'white',
|
|
|
+ primaryColor: "#FF6E67",
|
|
|
+ primaryTintColor: "#FFF0F0",
|
|
|
+ secondaryColor: "#1E656D",
|
|
|
+ grayShade_100: "#444444",
|
|
|
+ grayShade_200: "#696969",
|
|
|
+ grayShade_300: "#A1A1A1",
|
|
|
+ grayShade_400: "#E7E7E7",
|
|
|
+ grayShade_500: "#F2F2F2",
|
|
|
}
|
|
|
|
|
|
export default colors;
|