neon.json 680 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": 2,
  3. "title": "Neon",
  4. "settings": {
  5. "color": {
  6. "palette": [
  7. {
  8. "slug": "primary",
  9. "color": "#DFF76D",
  10. "name": "Primary"
  11. },
  12. {
  13. "slug": "foreground",
  14. "color": "#000000",
  15. "name": "Foreground"
  16. },
  17. {
  18. "slug": "background",
  19. "color": "#C5A8F9",
  20. "name": "Background"
  21. },
  22. {
  23. "slug": "tertiary",
  24. "color": "#F9EAFF",
  25. "name": "Tertiary"
  26. }
  27. ]
  28. }
  29. },
  30. "styles": {
  31. "blocks": {
  32. "core/button": {
  33. "border": {
  34. "radius": "100px"
  35. },
  36. "color": {
  37. "background": "var(--wp--preset--color--primary)",
  38. "text": "var(--wp--preset--color--foreground)"
  39. }
  40. }
  41. }
  42. }
  43. }