From c7c28b2d261c916b9e5fc98cd8928c414b56141e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 25 Apr 2024 16:17:15 +0500 Subject: [PATCH] theme buttons --- theme.json | 86 +++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 49 deletions(-) diff --git a/theme.json b/theme.json index 3c86ca7..8d4f3c4 100644 --- a/theme.json +++ b/theme.json @@ -2,31 +2,31 @@ "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" - } - ] + "defaultDuotone": false, + "defaultGradients": false, + "defaultPalette": false, + "palette": [ + { + "color": "#12326E", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#A80000", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#333333", + "name": "Primary light", + "slug": "body-text" + }, + { + "color": "#FFF", + "name": "White", + "slug": "white" + } + ] }, "layout": { "contentSize": "1300px", @@ -35,9 +35,6 @@ "typography": { "fontFamilies": [ { - "name": "Lato", - "slug": "lato", - "fontFamily": "Lato", "fontFace": [ { "fontFamily": "Lato", @@ -99,32 +96,23 @@ "fontWeight": "250", "src": "file:./assets/fonts/Lato-Thin.ttf" } - ] + ], + "fontFamily": "Lato", + "name": "Lato", + "slug": "lato" } ] } }, "styles": { - "css": "", - "elements": { - "button": { - "typography": { - "fontFamily": "var(--wp--preset--font-family--lato)" - } - }, - "caption": { - "typography": { - "fontFamily": "var(--wp--preset--font-family--lato)" - } - }, - "heading": { - "typography": { - "fontFamily": "var(--wp--preset--font-family--lato)" - } - }, - "link": { - "typography": { - "fontFamily": "var(--wp--preset--font-family--lato)" + "blocks": { + "core/button": { + "border": { + "radius": "0" + }, + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--white)" } } },