@@ -0,0 +1,31 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
+ "title": "Black",
+ "settings": {
+ "color": {
+ "palette": [
+ {
+ "slug": "primary",
+ "color": "#000000",
+ "name": "Primary"
+ },
+ "slug": "secondary",
+ "color": "#FFFFFF",
+ "name": "Secondary"
+ "slug": "tertiary",
+ "color": "#D9D9D9",
+ "name": "Tertiary"
+ "slug": "foreground",
+ "color": "#1E1E1E",
+ "name": "Foreground"
+ }
+ ]
+}
+ "title": "Vivid purple",
+ "color": "#9B51E0",
+ "title": "Vivid red",
+ "color": "#CF2E2E",