From 610d55c932ff586fbb32f2732fdc28add9ae6471 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 21 Nov 2023 19:24:47 +1300 Subject: [PATCH] Change color name of Red to Brandy --- colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.ts b/colors.ts index ad63b7d..3c82729 100644 --- a/colors.ts +++ b/colors.ts @@ -15,7 +15,7 @@ export const DARK_COLORS = [ { hex: DefaultTheme.colors.primary, name: "Purple" }, { hex: "#0051a9", name: "Blue" }, { hex: "#000000", name: "Black" }, - { hex: "#863c3c", name: "Red" }, + { hex: "#863c3c", name: "Brandy" }, { hex: "#1c6000", name: "Kermit" }, { hex: "#8A2BE2", name: "Blue Violet" }, { hex: "#6A5ACD", name: "Slate Blue" },