From: miniduikboot Date: Mon, 14 Jun 2021 18:14:19 +0000 (+0200) Subject: Add new colors X-Git-Tag: v1.5.0~7^2~9 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=a621225fcd4e5ae5f3c646328f65a0b128b3b07e;p=rhonda%2Fimpostor.git Add new colors --- diff --git a/src/Impostor.Api/Innersloth/Customization/ColorType.cs b/src/Impostor.Api/Innersloth/Customization/ColorType.cs index d9e43a6..e4fd432 100644 --- a/src/Impostor.Api/Innersloth/Customization/ColorType.cs +++ b/src/Impostor.Api/Innersloth/Customization/ColorType.cs @@ -14,5 +14,16 @@ Brown = 9, Cyan = 10, Lime = 11, + Mahogany = 12, + Rose = 13, + Banana = 14, + Gray = 15, + Tan = 16, + Lilac = 17, + Aqua = 18, + Cobalt = 19, + Barf = 20, + Salmon = 21, + Chocolate = 22, } }