From 6ff8ced567cbbd187ebed097e72bab2f43d19eee Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 13 May 2025 16:37:29 +0200 Subject: [PATCH] =?UTF-8?q?ADD=20Ajouter=20la=20couleur=20'Carhop=20Red'?= =?UTF-8?q?=20dans=20le=20th=C3=A8me=20et=20la=20configuration=20Tailwind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 13 +++++++++++++ theme.json | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 8187cec..12b19c5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -56,6 +56,19 @@ module.exports = { 900: '#7a240d', 950: '#461002', }, + 'carhop-red': { + 50: '#fcf3f8', + 100: '#fbe8f2', + 200: '#f8d2e6', + 300: '#f4add0', + 400: '#ec7ab0', + 500: '#e25291', + 600: '#d0326f', + 700: getBaseColor('carhop-red'), // Base Color + 800: '#951f49', + 900: '#7c1f3f', + 950: '#4c0b21', + }, 'carhop-purple': { 50: '#f8f5ff', 100: '#efe8ff', diff --git a/theme.json b/theme.json index 84addd6..0c3d1f6 100644 --- a/theme.json +++ b/theme.json @@ -24,6 +24,11 @@ "slug": "carhop-orange", "color": "#ffa630" }, + { + "name": "Carhop Red", + "slug": "carhop-red", + "color": "#ae2154" + }, { "name": "Carhop Purple", "slug": "carhop-purple",