From 5b6de6fc1d04c6cc67b1821f8933bcb093f666b6 Mon Sep 17 00:00:00 2001
From: Elohiem <20236-Elohiem@users.noreply.gitgud.io>
Date: Mon, 23 May 2022 06:41:33 +0200
Subject: [PATCH] Add missing colors

---
 src/art/artJS.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/art/artJS.js b/src/art/artJS.js
index 9ac36f8df0e..3837cb0970c 100644
--- a/src/art/artJS.js
+++ b/src/art/artJS.js
@@ -474,6 +474,15 @@ globalThis.extractColor = (function() {
 		["sea green", "#2E8B57"],
 		["silver", "#d9d9d9"],
 		["strawberry-blonde", "#e5a88c"],
+		["amaranth", "#E52B50"],
+		["amethyst", "#9966CC"],
+		["citrine", "#e4d00a"],
+		["emerald", "#50C878"],
+		["jade", "#00a86b"],
+		["platinum", "#e5e4e2"],
+		["onyx", "#0f0f0f"],
+		["ruby", "#cc1057"],
+		["sapphire", "#0f52ba"],
 		/* these are not actually FreeCities canon, but like to appear in custom descriptions */
 		["brunette", "#6d4936"],
 		["dark", "#463325"],
-- 
GitLab