From 36ee728ba2020eb4f6db3ef73e5176e3cbf75e55 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 2 Oct 2025 10:31:39 +0200 Subject: [PATCH] CHORE synchronising colors accross themes --- theme.json | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/theme.json b/theme.json index 78199e2..b171385 100644 --- a/theme.json +++ b/theme.json @@ -24,11 +24,6 @@ "slug": "carhop-green-light", "color": "#f1fcf9" }, - { - "name": "Carhop Orange", - "slug": "carhop-orange", - "color": "#ffa630" - }, { "name": "Carhop Blue", "slug": "carhop-blue", @@ -39,26 +34,41 @@ "slug": "carhop-blue-light", "color": "#eafeff" }, + { + "name": "Carhop Red", + "slug": "carhop-red", + "color": "#ae2154" + }, + { + "name": "Carhop Red Light", + "slug": "carhop-red-light", + "color": "#fcf3f8" + }, + { + "name": "Carhop Orange", + "slug": "carhop-orange", + "color": "#ffa630" + }, + { + "name": "Carhop Orange Light", + "slug": "carhop-orange-light", + "color": "#fff8eb" + }, { "name": "Carhop Purple", "slug": "carhop-purple", "color": "#d6c3ff" }, + { + "name": "Carhop Purple Light", + "slug": "carhop-purple-light", + "color": "#f8f5ff" + }, { "name": "Carhop Gray", "slug": "carhop-gray", "color": "#484D4A" }, - { - "name": "Carhop Yellow", - "slug": "carhop-yellow", - "color": "#0AD3FF" - }, - { - "name": "Carhop Red", - "slug": "carhop-red", - "color": "#ae2154" - }, { "name": "Secondary", "slug": "secondary",