variation-4.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "settings": {
  3. "color": {
  4. "palette": [
  5. {
  6. "color": "#121313",
  7. "name": "Primary",
  8. "slug": "primary"
  9. },
  10. {
  11. "color": "#44444a",
  12. "name": "Secondary",
  13. "slug": "secondary"
  14. },
  15. {
  16. "color": "#2a3faa",
  17. "name": "Foreground",
  18. "slug": "foreground"
  19. },
  20. {
  21. "color": "#f2f1f6",
  22. "name": "Background",
  23. "slug": "background"
  24. },
  25. {
  26. "color": "#e8e6f1",
  27. "name": "Tertiary",
  28. "slug": "tertiary"
  29. },
  30. {
  31. "color": "#272542",
  32. "name": "Cover Overlay",
  33. "slug": "custom-cover-overlay"
  34. }
  35. ]
  36. }
  37. },
  38. "styles": {
  39. "blocks": {
  40. "core/button": {
  41. "border": {
  42. "radius": "3px"
  43. }
  44. },
  45. "core/post-terms": {
  46. "typography": {
  47. "fontFamily": "var(--wp--preset--font-family--figtree)"
  48. }
  49. },
  50. "core/post-title": {
  51. "color": {
  52. "text": "var(--wp--preset--color--primary)"
  53. },
  54. "elements": {
  55. "link": {
  56. "color": {
  57. "text": "var(--wp--preset--color--primary)"
  58. }
  59. }
  60. }
  61. },
  62. "core/query-title": {
  63. "color": {
  64. "text": "var(--wp--preset--color--primary)"
  65. }
  66. }
  67. },
  68. "elements": {
  69. "button": {
  70. "typography": {
  71. "fontFamily": "var(--wp--preset--font-family--figtree)"
  72. }
  73. },
  74. "heading": {
  75. "typography": {
  76. "fontFamily": "var(--wp--preset--font-family--figtree)",
  77. "fontStyle": "normal",
  78. "fontWeight": "700"
  79. }
  80. }
  81. },
  82. "typography": {
  83. "fontFamily": "var(--wp--preset--font-family--ibm-plex-serif)",
  84. "fontSize": "1rem"
  85. }
  86. },
  87. "title": "Variation 4",
  88. "version": 2,
  89. "$schema": "https://schemas.wp.org/trunk/theme.json"
  90. }