From 6ebed01672bdceb1ade1b07b68b430aca13be5e6 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 30 May 2024 13:37:18 +0500 Subject: [PATCH] add white and black to palette --- theme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.json b/theme.json index e492b95..0b9eebb 100644 --- a/theme.json +++ b/theme.json @@ -18,6 +18,16 @@ } ], "palette": [ + { + "color": "#FFFF", + "name": "White", + "slug": "white" + }, + { + "color": "#000", + "name": "Black", + "slug": "black" + }, { "color": "#54ff52", "name": "Bright Light Green",