variation-2.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "settings": {
  3. "color": {
  4. "palette": [
  5. {
  6. "color": "#ffffff",
  7. "name": "Primary",
  8. "slug": "primary"
  9. },
  10. {
  11. "color": "#85838a",
  12. "name": "Secondary",
  13. "slug": "secondary"
  14. },
  15. {
  16. "color": "#f65ef9",
  17. "name": "Foreground",
  18. "slug": "foreground"
  19. },
  20. {
  21. "color": "#161616",
  22. "name": "Background",
  23. "slug": "background"
  24. },
  25. {
  26. "color": "#221f22",
  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. "color": {
  42. "background": "var(--wp--preset--color--foreground)",
  43. "text": "var(--wp--preset--color--background)"
  44. },
  45. "variations": {
  46. "outline": {
  47. "border": {
  48. "bottom": {
  49. "style": "solid",
  50. "width": "1px"
  51. },
  52. "left": {
  53. "style": "solid",
  54. "width": "1px"
  55. },
  56. "right": {
  57. "style": "solid",
  58. "width": "1px"
  59. },
  60. "top": {
  61. "style": "solid",
  62. "width": "1px"
  63. }
  64. }
  65. }
  66. }
  67. },
  68. "core/comments-title": {
  69. "color": {
  70. "text": "var(--wp--preset--color--primary)"
  71. }
  72. },
  73. "core/paragraph": {
  74. "color": {
  75. "text": "var(--wp--preset--color--secondary)"
  76. }
  77. },
  78. "core/post-comments-form": {
  79. "color": {
  80. "text": "var(--wp--preset--color--primary)"
  81. }
  82. },
  83. "core/post-title": {
  84. "color": {
  85. "text": "var(--wp--preset--color--primary)"
  86. }
  87. },
  88. "core/query-title": {
  89. "color": {
  90. "text": "var(--wp--preset--color--primary)"
  91. }
  92. },
  93. "core/site-title": {
  94. "color": {
  95. "text": "var(--wp--preset--color--primary)"
  96. }
  97. },
  98. "core/term-description": {
  99. "color": {
  100. "background": "var(--wp--preset--color--tertiary)"
  101. }
  102. }
  103. },
  104. "color": {
  105. "background": "var(--wp--preset--color--background)"
  106. },
  107. "elements": {
  108. "button": {
  109. "color": {
  110. "text": "var(--wp--preset--color--background)"
  111. }
  112. },
  113. "link": {
  114. ":hover": {
  115. "color": {
  116. "text": "var(--wp--preset--color--foreground)"
  117. }
  118. }
  119. }
  120. },
  121. "typography": {
  122. "fontFamily": "var(--wp--preset--font-family--manrope)"
  123. }
  124. },
  125. "title": "Variation 2",
  126. "version": 2,
  127. "$schema": "https://schemas.wp.org/trunk/theme.json"
  128. }