navy.json 855 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "version": 2,
  3. "title": "Dark Navy",
  4. "settings": {
  5. "color": {
  6. "palette": [
  7. {
  8. "slug": "primary",
  9. "color": "#DEFFEF",
  10. "name": "Primary"
  11. },
  12. {
  13. "slug": "tertiary",
  14. "color": "#0F1E42",
  15. "name": "Tertiary"
  16. },
  17. {
  18. "slug": "foreground",
  19. "color": "#A6FFD4",
  20. "name": "Foreground"
  21. },
  22. {
  23. "slug": "background",
  24. "color": "#050E24",
  25. "name": "Background"
  26. }
  27. ]
  28. }
  29. },
  30. "styles": {
  31. "blocks": {
  32. "core/button": {
  33. "border": {
  34. "radius": "0px"
  35. },
  36. "color": {
  37. "background": "var(--wp--preset--color--foreground)",
  38. "text": "var(--wp--preset--color--background)"
  39. },
  40. "typography": {
  41. "fontSize": "0.9rem",
  42. "fontWeight": "600",
  43. "letterSpacing": "0.1em",
  44. "lineHeight": 1.7,
  45. "textTransform": "uppercase"
  46. }
  47. }
  48. }
  49. }
  50. }