From 5632556fbd46a3aca1b7094d1f2766200920c8b7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 20 Jun 2025 11:18:46 +0200 Subject: [PATCH] COLOR Introducing new gray color --- theme.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.json b/theme.json index b6ecb1e..deb4c3c 100644 --- a/theme.json +++ b/theme.json @@ -34,6 +34,11 @@ "slug": "carhop-purple", "color": "#d6c3ff" }, + { + "name": "Carhop Gray", + "slug": "carhop-gray", + "color": "#484D4A" + }, { "name": "Carhop Yellow", "slug": "carhop-yellow",