12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "version": 2,
- "title": "Neon",
- "settings": {
- "color": {
- "palette": [
- {
- "slug": "primary",
- "color": "#DFF76D",
- "name": "Primary"
- },
- {
- "slug": "foreground",
- "color": "#000000",
- "name": "Foreground"
- },
- {
- "slug": "background",
- "color": "#C5A8F9",
- "name": "Background"
- },
- {
- "slug": "tertiary",
- "color": "#F9EAFF",
- "name": "Tertiary"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/button": {
- "border": {
- "radius": "100px"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--foreground)"
- }
- }
- }
- }
- }
|