From bf4fc9131a75e23d192e53df24fe6127b49b85bf Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 12 May 2025 16:55:23 +0200 Subject: [PATCH] STYLE Update theme colors in theme.json by changing the primary color and adding new colors for Carhop Orange and Carhop Purple --- theme.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 75ffee6..d8f5f64 100644 --- a/theme.json +++ b/theme.json @@ -12,7 +12,17 @@ { "name": "Primary", "slug": "primary", - "color": "#404F8E" + "color": "#136F63" + }, + { + "name": "Carhop Orange", + "slug": "carhop-orange", + "color": "#ffa630" + }, + { + "name": "Carhop Purple", + "slug": "carhop-purple", + "color": "#d6c3ff" }, { "name": "Secondary",