From 9697e92106040f593c24a25a9d773e5333fe060e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 11 Sep 2024 16:40:32 +0500 Subject: [PATCH] Add black to color palette --- theme.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.json b/theme.json index 267a7cc..1aefcbf 100644 --- a/theme.json +++ b/theme.json @@ -59,6 +59,11 @@ "color": "#FF7613", "name": "Orange", "slug": "orange" + }, + { + "color": "#000", + "name": "Black", + "slug": "black" } ] },