theme.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. {
  2. "version": 2,
  3. "settings": {
  4. "appearanceTools": true,
  5. "color": {
  6. "link": true,
  7. "palette": [
  8. {
  9. "slug": "zeever-primary",
  10. "color": "#FCFCFC",
  11. "name": "Primary"
  12. },
  13. {
  14. "slug": "zeever-secondary",
  15. "color": "#66FCF1",
  16. "name": "Secondary"
  17. },
  18. {
  19. "slug": "zeever-third",
  20. "color": "#121212",
  21. "name": "Third"
  22. },
  23. {
  24. "slug": "zeever-bodytext",
  25. "color": "#D0D0D0",
  26. "name": "Body Text"
  27. },
  28. {
  29. "slug": "zeever-bgsoft",
  30. "color": "#0B0C10",
  31. "name": "Background Soft"
  32. },
  33. {
  34. "slug": "zeever-border",
  35. "color": "#363636",
  36. "name": "Border"
  37. },
  38. {
  39. "slug": "zeever-button-border",
  40. "color": "#4ABDB4",
  41. "name": "Button Border"
  42. },
  43. {
  44. "slug": "zeever-form",
  45. "color": "#252525",
  46. "name": "Form"
  47. }
  48. ],
  49. "gradients": [
  50. {
  51. "slug": "quinary-to-septenary",
  52. "gradient": "linear-gradient(160deg, var(--wp--preset--color--quinary), var(--wp--preset--color--septenary))",
  53. "name": "Pink to Yellow"
  54. }
  55. ]
  56. },
  57. "typography": {
  58. "customLineHeight": true,
  59. "customFontSize": true,
  60. "fontFamilies": [
  61. {
  62. "fontFamily": "'Poppins'",
  63. "name": "Poppins",
  64. "slug": "primary"
  65. },
  66. {
  67. "fontFamily": "'Heebo'",
  68. "name": "Heebo",
  69. "slug": "secondary"
  70. }
  71. ],
  72. "fontSizes": [
  73. {
  74. "slug": "tiny",
  75. "size": "16px",
  76. "name": "Tiny"
  77. },
  78. {
  79. "slug": "small",
  80. "size": "18px",
  81. "name": "Small"
  82. },
  83. {
  84. "slug": "normal",
  85. "size": "20px",
  86. "name": "Normal"
  87. },
  88. {
  89. "slug": "large",
  90. "size": "24px",
  91. "name": "Large"
  92. },
  93. {
  94. "slug": "extra-large",
  95. "size": "40px",
  96. "name": "Extra large"
  97. },
  98. {
  99. "slug": "huge",
  100. "size": "96px",
  101. "name": "Huge"
  102. },
  103. {
  104. "slug": "gigantic",
  105. "size": "144px",
  106. "name": "Gigantic"
  107. },
  108. {
  109. "slug": "heading-1",
  110. "size": "clamp(42px, 5.2778vw, 76px )",
  111. "name": "Heading 1"
  112. },
  113. {
  114. "slug": "heading-2",
  115. "size": "clamp(28px, 3.334vw, 48px)",
  116. "name": "Heading 2"
  117. },
  118. {
  119. "slug": "heading-3",
  120. "size": "clamp(22px, 1.667vw, 24px)",
  121. "name": "Heading 3"
  122. },
  123. {
  124. "slug": "heading-4",
  125. "size": "clamp(20px, 1.528vw, 22px)",
  126. "name": "Heading 4"
  127. },
  128. {
  129. "slug": "heading-5",
  130. "size": "clamp(18px, 1.389vw, 20px)",
  131. "name": "Heading 5"
  132. },
  133. {
  134. "slug": "heading-6",
  135. "size": "clamp(14px, 1.112vw, 16px)",
  136. "name": "Heading 6"
  137. }
  138. ]
  139. },
  140. "spacing": {
  141. "padding": true,
  142. "margin": true,
  143. "blockGap": true,
  144. "units": [
  145. "px",
  146. "em",
  147. "rem",
  148. "vh",
  149. "vw"
  150. ]
  151. },
  152. "layout": {
  153. "contentSize": "1170px",
  154. "wideSize": "1200px"
  155. },
  156. "border": {
  157. "customColor": true,
  158. "customRadius": true,
  159. "customStyle": true,
  160. "customWidth": true
  161. },
  162. "custom": {
  163. "headings": {
  164. "typography": {
  165. "fontFamily": "var(--wp--preset--font-family--primary)"
  166. }
  167. }
  168. }
  169. },
  170. "styles": {
  171. "color": {
  172. "background": "#000001",
  173. "text": "#D0D0D0"
  174. },
  175. "typography": {},
  176. "elements": {
  177. "link": {
  178. "color": {
  179. "text": "#66FCF1"
  180. }
  181. },
  182. "h1": {
  183. "typography": {
  184. "fontFamily": "var(--wp--custom--headings--typography--font-family)"
  185. }
  186. },
  187. "h2": {
  188. "typography": {
  189. "fontFamily": "var(--wp--custom--headings--typography--font-family)"
  190. }
  191. },
  192. "h3": {
  193. "typography": {
  194. "fontFamily": "var(--wp--custom--headings--typography--font-family)"
  195. }
  196. },
  197. "h4": {
  198. "typography": {
  199. "fontFamily": "var(--wp--custom--headings--typography--font-family)"
  200. }
  201. },
  202. "h5": {
  203. "typography": {
  204. "fontFamily": "var(--wp--custom--headings--typography--font-family)"
  205. }
  206. },
  207. "h6": {
  208. "typography": {
  209. "fontFamily": "var(--wp--custom--headings--typography--font-family)"
  210. }
  211. }
  212. },
  213. "blocks": {}
  214. },
  215. "templateParts": [
  216. {
  217. "name": "header",
  218. "area": "header"
  219. },
  220. {
  221. "name": "footer",
  222. "area": "footer"
  223. }
  224. ],
  225. "customTemplates": [
  226. {
  227. "name": "blank-canvas",
  228. "title": "Blank Canvas"
  229. },
  230. {
  231. "name": "template-basic",
  232. "title": "Basic Template"
  233. }
  234. ]
  235. }