From db5436dbbbd26c35ad874ecb97b7a6c39d547131 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 15 May 2025 15:10:08 +0200 Subject: [PATCH] FEAT add custom 'carhop-blue' color palette to Tailwind configuration --- theme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.json b/theme.json index d8f5f64..0b82aab 100644 --- a/theme.json +++ b/theme.json @@ -19,11 +19,21 @@ "slug": "carhop-orange", "color": "#ffa630" }, + { + "name": "Carhop Blue", + "slug": "carhop-blue", + "color": "#c3e0ff" + }, { "name": "Carhop Purple", "slug": "carhop-purple", "color": "#d6c3ff" }, + { + "name": "Carhop Yellow", + "slug": "carhop-yellow", + "color": "#0AD3FF" + }, { "name": "Secondary", "slug": "secondary",