From f70760faafc948a525905e4444bd153a5173ac24 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Mon, 5 Aug 2024 13:45:44 +0100 Subject: [PATCH 1/2] Add example style variation --- .../themes/humanity-theme/styles/blue.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 wp-content/themes/humanity-theme/styles/blue.json diff --git a/wp-content/themes/humanity-theme/styles/blue.json b/wp-content/themes/humanity-theme/styles/blue.json new file mode 100644 index 00000000..a37aafcf --- /dev/null +++ b/wp-content/themes/humanity-theme/styles/blue.json @@ -0,0 +1,30 @@ +{ + "$schema": "https://schemas.wp.org/wp/6.4/theme.json", + "version": 2, + "settings": { + "color": { + "palette": [ + { + "slug": "amnesty-primary", + "color": "#2196f3", + "name": "Primary" + }, + { + "slug": "amnesty-primary-state", + "color": "#5493be", + "name": "Primary State" + }, + { + "slug": "amnesty-secondary", + "color": "#fdff28", + "name": "Secondary" + }, + { + "slug": "amnesty-accent", + "color": "#f8d72b", + "name": "Accent" + } + ] + } + } +} From 63fdb3fef89c8ccb69fc4a0d669ad7d020dd84af Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Mon, 5 Aug 2024 13:55:21 +0100 Subject: [PATCH 2/2] Add title --- wp-content/themes/humanity-theme/styles/blue.json | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/humanity-theme/styles/blue.json b/wp-content/themes/humanity-theme/styles/blue.json index a37aafcf..9d7d359f 100644 --- a/wp-content/themes/humanity-theme/styles/blue.json +++ b/wp-content/themes/humanity-theme/styles/blue.json @@ -1,5 +1,6 @@ { "$schema": "https://schemas.wp.org/wp/6.4/theme.json", + "title": "Blue Primary", "version": 2, "settings": { "color": {