From 22034f372d01c1ee12aac7be491caada1cd2199f Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 25 Apr 2024 14:03:41 +0500 Subject: [PATCH] add color palette --- theme.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/theme.json b/theme.json index 02ac591..3c86ca7 100644 --- a/theme.json +++ b/theme.json @@ -1,6 +1,33 @@ { "settings": { "appearanceTools": true, + "color": { + "defaultPalette": false, + "defaultGradients": false, + "defaultDuotone": false, + "palette": [ + { + "slug": "primary", + "color": "#12326E", + "name": "Primary" + }, + { + "slug": "secondary", + "color": "#A80000", + "name": "Secondary" + }, + { + "slug": "body-text", + "color": "#333333", + "name": "Primary light" + }, + { + "slug": "white", + "color": "#FFF", + "name": "White" + } + ] + }, "layout": { "contentSize": "1300px", "wideSize": "1400px"