From 3bff8717bb8490f454f1391dcbaea3188af85ad9 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:28:02 +0200 Subject: feat: Midnight Dye (#1342) --- constants/dyes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/dyes.json b/constants/dyes.json index 6e79df50..c46b1fbb 100644 --- a/constants/dyes.json +++ b/constants/dyes.json @@ -601,7 +601,7 @@ "DYE_BINGO_BLUE": "#002FA7", "DYE_PURE_BLUE": "#0013FF", "DYE_DARK_PURPLE": "#301934", - "Midnight Dye": "#50216C", + "DYE_MIDNIGHT": "#50216C", "DYE_BYZANTIUM": "#702963", "DYE_WILD_STRAWBERRY": "#FF43A4", "DYE_CYCLAMEN": "#F56FA1", -- cgit