From 21f5cd288dafb8e71e2c2b13b52554ebe4cbd3c5 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Fri, 20 Jun 2025 11:17:35 +0200 Subject: [PATCH] COLOR Introducing new gray --- theme.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.json b/theme.json index 0c3d1f6..c3fd231 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": "Secondary", "slug": "secondary",