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..9d7d359f --- /dev/null +++ b/wp-content/themes/humanity-theme/styles/blue.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://schemas.wp.org/wp/6.4/theme.json", + "title": "Blue Primary", + "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" + } + ] + } + } +}