Browse Source

Geologist: Update the color pallets to match those in the Figma file (#4615)

Ben Dwyer 3 years ago
parent
commit
f43254ac5b
2 changed files with 64 additions and 126 deletions
  1. 32 63
      geologist/child-theme.json
  2. 32 63
      geologist/theme.json

+ 32 - 63
geologist/child-theme.json

@@ -19,9 +19,9 @@
 					"name": "Primary"
 					"name": "Primary"
 				},
 				},
 				{
 				{
-					"slug": "tertiary",
+					"slug": "secondary",
 					"color": "#FFFFFF",
 					"color": "#FFFFFF",
-					"name": "Tertiary"
+					"name": "Secondary"
 				},
 				},
 				{
 				{
 					"slug": "background",
 					"slug": "background",
@@ -31,7 +31,7 @@
 				{
 				{
 					"slug": "tertiary",
 					"slug": "tertiary",
 					"color": "#45424A",
 					"color": "#45424A",
-					"name": "tertiary"
+					"name": "Tertiary"
 				}
 				}
 			]
 			]
 		},
 		},
@@ -69,84 +69,53 @@
 			},
 			},
 			"colorPalettes": [
 			"colorPalettes": [
 				{
 				{
-					"label": "Blue",
-					"slug": "blue",
+					"label": "White",
+					"slug": "white",
 					"colors": {
 					"colors": {
-						"primary": "#FDF5E2",
-						"tertiary": "#123B62",
-						"background": "#204A72"
+						"primary": "#000000",
+						"secondary": "#000000",
+						"tertiary": "#f1f1f1",
+						"background": "#ffffff"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Dark Blue",
-					"slug": "dark-blue",
+					"label": "Black",
+					"slug": "black",
 					"colors": {
 					"colors": {
-						"primary": "#F9DAAD",
-						"tertiary": "#071F2C",
-						"background": "#0E2B3B"
+						"primary": "#ffffff",
+						"secondary": "#ffffff",
+						"tertiary": "#313131",
+						"background": "#000000"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Green",
-					"slug": "green",
+					"label": "Maroon",
+					"slug": "maroon",
 					"colors": {
 					"colors": {
-						"primary": "#F5D5CA",
-						"tertiary": "#0A2C25",
-						"background": "#103931"
+						"primary": "#fffbdc",
+						"secondary": "#ffffff",
+						"tertiary": "#3f1818",
+						"background": "#2e0909"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Red",
-					"slug": "red",
+					"label": "Green/Pink",
+					"slug": "green-pink",
 					"colors": {
 					"colors": {
-						"primary": "#CEEDFF",
+						"primary": "#ffd0d0",
+						"secondary": "#ffffff",
 						"tertiary": "#721A18",
 						"tertiary": "#721A18",
-						"background": "#822726"
-					}
-				},
-				{
-					"label": "Light Green",
-					"slug": "light-green",
-					"colors": {
-						"primary": "#0C1946",
-						"tertiary": "#DBE9DD",
-						"background": "#EBF3EC"
-					}
-				},
-				{
-					"label": "White",
-					"slug": "white",
-					"colors": {
-						"primary": "#2B2B2B",
-						"tertiary": "#F8F8F8",
-						"background": "#FFFFFF"
-					}
-				},
-				{
-					"label": "Light Pink",
-					"slug": "light-pink",
-					"colors": {
-						"primary": "#151853",
-						"tertiary": "#FCD0D0",
-						"background": "#FFE2E2"
-					}
-				},
-				{
-					"label": "Light Yellow",
-					"slug": "light-yellow",
-					"colors": {
-						"primary": "#0E2B3B",
-						"tertiary": "#FBEAD2",
-						"background": "#FFF4E3"
+						"background": "#114144"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Light Blue",
-					"slug": "light-blue",
+					"label": "Beige",
+					"slug": "beige",
 					"colors": {
 					"colors": {
-						"primary": "#460707",
-						"tertiary": "#DEE9F1",
-						"background": "#EDF4F9"
+						"primary": "#000000",
+						"secondary": "#000000",
+						"tertiary": "#fefaf1",
+						"background": "#f5f0e5"
 					}
 					}
 				}
 				}
 			],
 			],

+ 32 - 63
geologist/theme.json

@@ -52,9 +52,9 @@
 					"name": "Primary"
 					"name": "Primary"
 				},
 				},
 				{
 				{
-					"slug": "tertiary",
+					"slug": "secondary",
 					"color": "#FFFFFF",
 					"color": "#FFFFFF",
-					"name": "Tertiary"
+					"name": "Secondary"
 				},
 				},
 				{
 				{
 					"slug": "background",
 					"slug": "background",
@@ -64,7 +64,7 @@
 				{
 				{
 					"slug": "tertiary",
 					"slug": "tertiary",
 					"color": "#45424A",
 					"color": "#45424A",
-					"name": "tertiary"
+					"name": "Tertiary"
 				}
 				}
 			]
 			]
 		},
 		},
@@ -115,84 +115,53 @@
 			},
 			},
 			"colorPalettes": [
 			"colorPalettes": [
 				{
 				{
-					"label": "Blue",
-					"slug": "blue",
+					"label": "White",
+					"slug": "white",
 					"colors": {
 					"colors": {
-						"primary": "#FDF5E2",
-						"tertiary": "#123B62",
-						"background": "#204A72"
+						"primary": "#000000",
+						"secondary": "#000000",
+						"tertiary": "#f1f1f1",
+						"background": "#ffffff"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Dark Blue",
-					"slug": "dark-blue",
+					"label": "Black",
+					"slug": "black",
 					"colors": {
 					"colors": {
-						"primary": "#F9DAAD",
-						"tertiary": "#071F2C",
-						"background": "#0E2B3B"
+						"primary": "#ffffff",
+						"secondary": "#ffffff",
+						"tertiary": "#313131",
+						"background": "#000000"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Green",
-					"slug": "green",
+					"label": "Maroon",
+					"slug": "maroon",
 					"colors": {
 					"colors": {
-						"primary": "#F5D5CA",
-						"tertiary": "#0A2C25",
-						"background": "#103931"
+						"primary": "#fffbdc",
+						"secondary": "#ffffff",
+						"tertiary": "#3f1818",
+						"background": "#2e0909"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Red",
-					"slug": "red",
+					"label": "Green/Pink",
+					"slug": "green-pink",
 					"colors": {
 					"colors": {
-						"primary": "#CEEDFF",
+						"primary": "#ffd0d0",
+						"secondary": "#ffffff",
 						"tertiary": "#721A18",
 						"tertiary": "#721A18",
-						"background": "#822726"
-					}
-				},
-				{
-					"label": "Light Green",
-					"slug": "light-green",
-					"colors": {
-						"primary": "#0C1946",
-						"tertiary": "#DBE9DD",
-						"background": "#EBF3EC"
-					}
-				},
-				{
-					"label": "White",
-					"slug": "white",
-					"colors": {
-						"primary": "#2B2B2B",
-						"tertiary": "#F8F8F8",
-						"background": "#FFFFFF"
-					}
-				},
-				{
-					"label": "Light Pink",
-					"slug": "light-pink",
-					"colors": {
-						"primary": "#151853",
-						"tertiary": "#FCD0D0",
-						"background": "#FFE2E2"
-					}
-				},
-				{
-					"label": "Light Yellow",
-					"slug": "light-yellow",
-					"colors": {
-						"primary": "#0E2B3B",
-						"tertiary": "#FBEAD2",
-						"background": "#FFF4E3"
+						"background": "#114144"
 					}
 					}
 				},
 				},
 				{
 				{
-					"label": "Light Blue",
-					"slug": "light-blue",
+					"label": "Beige",
+					"slug": "beige",
 					"colors": {
 					"colors": {
-						"primary": "#460707",
-						"tertiary": "#DEE9F1",
-						"background": "#EDF4F9"
+						"primary": "#000000",
+						"secondary": "#000000",
+						"tertiary": "#fefaf1",
+						"background": "#f5f0e5"
 					}
 					}
 				}
 				}
 			],
 			],