From aea617bf7b6a48a383a6582ef94d43426b4cfd21 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Wed, 1 Jan 2025 12:55:45 -0800 Subject: [PATCH] color fix --- src/helpers/utility/colors.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/helpers/utility/colors.ts b/src/helpers/utility/colors.ts index 6b5c79dc..22a02ec8 100644 --- a/src/helpers/utility/colors.ts +++ b/src/helpers/utility/colors.ts @@ -10,12 +10,12 @@ export const colors = { green: "#4caf50", coin: "#ffdc16", // branding colors - brand: "#76c945", - faithful_32x: "#00a2ff", - faithful_64x: "#d8158d", - classic_faithful_32x: "#00c756", - classic_faithful_32x_progart: "#a1db12", - classic_faithful_64x: "#9f00cf", - classic_faithful_64x_progart: "#0c2abd", + brand: "#76C945", + faithful_32x: "#00A2FF", + faithful_64x: "#FF0092", + classic_faithful_32x: "#1257CA", + classic_faithful_32x_progart: "#5ED900", + classic_faithful_64x: "#FF6900", + classic_faithful_64x_progart: "#BE42FF", // workaround for getting const keys + djs compatible values } satisfies Record;