theme.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. {
  2. "version": 2,
  3. "customTemplates": [
  4. {
  5. "name": "blank",
  6. "title": "Blank",
  7. "postTypes": [
  8. "page",
  9. "post"
  10. ]
  11. }
  12. ],
  13. "settings": {
  14. "appearanceTools": true,
  15. "color": {
  16. "palette": [
  17. {
  18. "slug": "primary",
  19. "color": "#113AF5",
  20. "name": "Primary"
  21. },
  22. {
  23. "slug": "tertiary",
  24. "color": "#D9D9D9",
  25. "name": "Tertiary"
  26. },
  27. {
  28. "slug": "foreground",
  29. "color": "#1E1E1E",
  30. "name": "Foreground"
  31. },
  32. {
  33. "slug": "background",
  34. "color": "#FFFFFF",
  35. "name": "Background"
  36. }
  37. ]
  38. },
  39. "custom": {
  40. "spacing": {
  41. "small": "max(1.25rem, 2vw)",
  42. "medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
  43. "large": "clamp(4rem, 12vw, 10rem)",
  44. "outer": "var(--wp--custom--spacing--small, 1.25rem)"
  45. },
  46. "typography": {
  47. "line-height": {
  48. "tiny": 1.15,
  49. "small": 1.2,
  50. "medium": 1.4,
  51. "normal": 1.6
  52. }
  53. }
  54. },
  55. "spacing": {
  56. "units": [
  57. "%",
  58. "px",
  59. "em",
  60. "rem",
  61. "vh",
  62. "vw"
  63. ]
  64. },
  65. "typography": {
  66. "fluid": true,
  67. "fontFamilies": [
  68. {
  69. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  70. "name": "System Font",
  71. "slug": "system-font"
  72. }
  73. ],
  74. "fontSizes": [
  75. {
  76. "fluid": {
  77. "max": "1.125rem",
  78. "min": ".875rem"
  79. },
  80. "name": "Extra Small",
  81. "size": "1rem",
  82. "slug": "x-small"
  83. },
  84. {
  85. "fluid": {
  86. "max": "1.25rem",
  87. "min": "1rem"
  88. },
  89. "size": "1.125rem",
  90. "slug": "small"
  91. },
  92. {
  93. "fluid": {
  94. "max": "1.5rem",
  95. "min": "1.125rem"
  96. },
  97. "size": "1.3rem",
  98. "slug": "medium"
  99. },
  100. {
  101. "fluid": {
  102. "max": "2rem",
  103. "min": "1.5rem"
  104. },
  105. "size": "1.75rem",
  106. "slug": "large"
  107. },
  108. {
  109. "fluid": {
  110. "max": "2.75rem",
  111. "min": "2rem"
  112. },
  113. "size": "2.5rem",
  114. "slug": "x-large"
  115. },
  116. {
  117. "fluid": {
  118. "max": "4rem",
  119. "min": "2.875rem"
  120. },
  121. "name": "Huge",
  122. "size": "3rem",
  123. "slug": "xx-large"
  124. },
  125. {
  126. "fluid": {
  127. "max": "10rem",
  128. "min": "6rem"
  129. },
  130. "name": "Gigantic",
  131. "size": "8rem",
  132. "slug": "xxx-large"
  133. }
  134. ]
  135. },
  136. "layout": {
  137. "contentSize": "650px",
  138. "wideSize": "1000px"
  139. }
  140. },
  141. "styles": {
  142. "blocks": {
  143. "core/button": {
  144. "border": {
  145. "radius": "2px",
  146. "width": "2px"
  147. },
  148. "color": {
  149. "background": "var(--wp--preset--color--foreground)",
  150. "text": "var(--wp--preset--color--background)"
  151. },
  152. "typography": {
  153. "fontSize": "var(--wp--preset--font-size--small)"
  154. }
  155. },
  156. "core/post-title": {
  157. "typography": {
  158. "lineHeight": "var(--wp--custom--typography--line-height--tiny)",
  159. "fontSize": "var(--wp--preset--font-size--x-large)"
  160. }
  161. },
  162. "core/post-comments": {
  163. "spacing": {
  164. "padding": {
  165. "top": "var(--wp--custom--spacing--small)"
  166. }
  167. }
  168. },
  169. "core/pullquote": {
  170. "border": {
  171. "width": "1px 0"
  172. }
  173. },
  174. "core/query-title": {
  175. "typography": {
  176. "lineHeight": "var(--wp--custom--typography--line-height--small)",
  177. "fontSize": "var(--wp--preset--font-size--large)"
  178. }
  179. },
  180. "core/quote": {
  181. "border": {
  182. "width": "0 0 0 1px"
  183. }
  184. },
  185. "core/site-title": {
  186. "typography": {
  187. "fontFamily": "var(--wp--preset--font-family--system-font)",
  188. "lineHeight": "var(--wp--custom--typography--line-height--normal)",
  189. "fontSize": "var(--wp--preset--font-size--x-small)",
  190. "fontWeight": "normal"
  191. }
  192. }
  193. },
  194. "color": {
  195. "background": "var(--wp--preset--color--background)",
  196. "text": "var(--wp--preset--color--foreground)"
  197. },
  198. "elements": {
  199. "h1": {
  200. "typography": {
  201. "lineHeight": "var(--wp--custom--typography--line-height--small)",
  202. "fontSize": "var(--wp--preset--font-size--xx-large)"
  203. }
  204. },
  205. "h2": {
  206. "typography": {
  207. "lineHeight": "var(--wp--custom--typography--line-height--small)",
  208. "fontSize": "var(--wp--preset--font-size--x-large)"
  209. }
  210. },
  211. "h3": {
  212. "typography": {
  213. "lineHeight": "var(--wp--custom--typography--line-height--small)",
  214. "fontSize": "var(--wp--preset--font-size--large)",
  215. "fontStyle": "italic"
  216. }
  217. },
  218. "h4": {
  219. "typography": {
  220. "lineHeight": "var(--wp--custom--typography--line-height--medium)",
  221. "fontSize": "var(--wp--preset--font-size--medium)",
  222. "fontStyle": "italic"
  223. }
  224. },
  225. "h5": {
  226. "typography": {
  227. "textTransform": "uppercase",
  228. "lineHeight": "var(--wp--custom--typography--line-height--normal)",
  229. "fontSize": "var(--wp--preset--font-size--medium)"
  230. }
  231. },
  232. "h6": {
  233. "typography": {
  234. "textTransform": "uppercase",
  235. "lineHeight": "var(--wp--custom--typography--line-height--normal)",
  236. "fontSize": "var(--wp--preset--font-size--small)"
  237. }
  238. },
  239. "link": {
  240. "color": {
  241. "text": "var(--wp--preset--color--foreground)"
  242. }
  243. }
  244. },
  245. "spacing": {
  246. "blockGap": "1.5rem"
  247. },
  248. "typography": {
  249. "fontFamily": "var(--wp--preset--font-family--system-font)",
  250. "lineHeight": "var(--wp--custom--typography--line-height--normal)",
  251. "fontSize": "var(--wp--preset--font-size--medium)"
  252. }
  253. },
  254. "templateParts": [
  255. {
  256. "name": "header",
  257. "title": "Header",
  258. "area": "header"
  259. },
  260. {
  261. "name": "footer",
  262. "title": "Footer",
  263. "area": "footer"
  264. }
  265. ]
  266. }