theme.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. {
  2. "customTemplates": [
  3. {
  4. "name": "blank",
  5. "postTypes": [
  6. "page",
  7. "post"
  8. ],
  9. "title": "Blank"
  10. }
  11. ],
  12. "settings": {
  13. "appearanceTools": true,
  14. "color": {
  15. "palette": [
  16. {
  17. "color": "#fe9042",
  18. "name": "Primary",
  19. "slug": "primary"
  20. },
  21. {
  22. "color": "#fdfdfd",
  23. "name": "Foreground",
  24. "slug": "foreground"
  25. },
  26. {
  27. "color": "#13131e",
  28. "name": "Background",
  29. "slug": "background"
  30. },
  31. {
  32. "color": "#F0F0F0",
  33. "name": "Tertiary",
  34. "slug": "tertiary"
  35. }
  36. ]
  37. },
  38. "custom": {
  39. "gap": {
  40. "horizontal": "min(30px, 5vw)",
  41. "vertical": "min(30px, 5vw)"
  42. }
  43. },
  44. "layout": {
  45. "contentSize": "620px",
  46. "wideSize": "1000px"
  47. },
  48. "spacing": {
  49. "units": [
  50. "%",
  51. "px",
  52. "em",
  53. "rem",
  54. "vh",
  55. "vw"
  56. ]
  57. },
  58. "typography": {
  59. "fontFamilies": [
  60. {
  61. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  62. "name": "System Font",
  63. "slug": "system-font"
  64. }
  65. ],
  66. "fontSizes": [
  67. {
  68. "name": "Small",
  69. "size": "1rem",
  70. "slug": "small"
  71. },
  72. {
  73. "name": "Medium",
  74. "size": "1.5rem",
  75. "slug": "medium"
  76. },
  77. {
  78. "name": "Large",
  79. "size": "1.75rem",
  80. "slug": "large"
  81. },
  82. {
  83. "name": "Extra Large",
  84. "size": "2rem",
  85. "slug": "x-large"
  86. }
  87. ]
  88. }
  89. },
  90. "styles": {
  91. "blocks": {
  92. "core/button": {
  93. "border": {
  94. "color": "var(--wp--custom--color--foreground)",
  95. "radius": "0",
  96. "width": "3px"
  97. }
  98. },
  99. "core/code": {
  100. "border": {
  101. "color": "#CCCCCC",
  102. "radius": "0px",
  103. "style": "solid",
  104. "width": "2px"
  105. },
  106. "spacing": {
  107. "padding": {
  108. "bottom": "var(--wp--custom--gap--vertical)",
  109. "left": "var(--wp--custom--gap--horizontal)",
  110. "right": "var(--wp--custom--gap--horizontal)",
  111. "top": "var(--wp--custom--gap--vertical)"
  112. }
  113. },
  114. "typography": {
  115. "fontFamily": "monospace"
  116. }
  117. },
  118. "core/comment-author-name": {
  119. "typography": {
  120. "fontSize": "var(--wp--preset--font-size--small)"
  121. }
  122. },
  123. "core/comment-content": {
  124. "typography": {
  125. "fontSize": "1.125rem",
  126. "lineHeight": "1.6"
  127. }
  128. },
  129. "core/comment-date": {
  130. "typography": {
  131. "fontSize": "var(--wp--preset--font-size--small)"
  132. }
  133. },
  134. "core/comment-edit-link": {
  135. "typography": {
  136. "fontSize": "var(--wp--preset--font-size--small)"
  137. }
  138. },
  139. "core/comment-reply-link": {
  140. "color": {
  141. "text": "var(--wp--preset--color--primary)"
  142. },
  143. "typography": {
  144. "fontSize": "var(--wp--preset--font-size--small)",
  145. "textDecoration": "underline"
  146. }
  147. },
  148. "core/comments-title": {
  149. "typography": {
  150. "fontSize": "var(--wp--preset--font-size--large)"
  151. }
  152. },
  153. "core/gallery": {
  154. "spacing": {
  155. "margin": {
  156. "bottom": "var(--wp--custom--gap--vertical)"
  157. }
  158. }
  159. },
  160. "core/heading": {
  161. "typography": {
  162. "fontWeight": "400",
  163. "lineHeight": "1.125"
  164. }
  165. },
  166. "core/list": {
  167. "spacing": {
  168. "padding": {
  169. "left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
  170. }
  171. }
  172. },
  173. "core/navigation": {
  174. "typography": {
  175. "fontSize": "1.125rem"
  176. }
  177. },
  178. "core/post-date": {
  179. "color": {
  180. "text": "var(--wp--preset--color--foreground)"
  181. },
  182. "typography": {
  183. "fontSize": "var(--wp--preset--font-size--small)"
  184. }
  185. },
  186. "core/post-title": {
  187. "spacing": {
  188. "margin": {
  189. "bottom": "0"
  190. }
  191. },
  192. "typography": {
  193. "fontSize": "var(--wp--preset--font-size--large)",
  194. "lineHeight": "1.125"
  195. }
  196. },
  197. "core/pullquote": {
  198. "border": {
  199. "style": "solid",
  200. "width": "1px 0"
  201. },
  202. "spacing": {
  203. "padding": {
  204. "bottom": "var(--wp--custom--gap--horizontal)",
  205. "left": "var(--wp--custom--gap--horizontal)",
  206. "right": "var(--wp--custom--gap--horizontal)",
  207. "top": "var(--wp--custom--gap--horizontal)"
  208. }
  209. },
  210. "typography": {
  211. "fontSize": "var(--wp--preset--font-size--large)",
  212. "fontStyle": "italic"
  213. }
  214. },
  215. "core/quote": {
  216. "border": {
  217. "color": "var(--wp--preset--color--primary)",
  218. "style": "solid",
  219. "width": "0 0 0 1px"
  220. },
  221. "spacing": {
  222. "padding": {
  223. "left": "var(--wp--custom--gap--horizontal)"
  224. }
  225. },
  226. "typography": {
  227. "fontSize": "1.125rem",
  228. "fontStyle": "normal"
  229. }
  230. },
  231. "core/search": {
  232. "typography": {
  233. "fontSize": "var(--wp--preset--font-size--medium)",
  234. "lineHeight": "1.6"
  235. }
  236. },
  237. "core/separator": {
  238. "border": {
  239. "color": "currentColor",
  240. "style": "solid",
  241. "width": "0 0 1px 0"
  242. },
  243. "color": {
  244. "text": "var(--wp--preset--color--foreground)"
  245. }
  246. },
  247. "core/site-tagline": {
  248. "typography": {
  249. "fontSize": "0.825rem"
  250. }
  251. },
  252. "core/site-title": {
  253. "typography": {
  254. "fontSize": "1.125rem",
  255. "fontWeight": "700",
  256. "textDecoration": "none"
  257. }
  258. }
  259. },
  260. "color": {
  261. "background": "var:preset|color|background",
  262. "text": "var(--wp--preset--color--foreground)"
  263. },
  264. "elements": {
  265. "h1": {
  266. "typography": {
  267. "fontSize": "3rem"
  268. }
  269. },
  270. "h2": {
  271. "typography": {
  272. "fontSize": "var(--wp--preset--font-size--x-large)"
  273. }
  274. },
  275. "h3": {
  276. "typography": {
  277. "fontSize": "var(--wp--preset--font-size--large)"
  278. }
  279. },
  280. "h4": {
  281. "typography": {
  282. "fontSize": "var(--wp--preset--font-size--medium)"
  283. }
  284. },
  285. "h5": {
  286. "typography": {
  287. "fontSize": "1.125rem"
  288. }
  289. },
  290. "h6": {
  291. "typography": {
  292. "fontSize": "var(--wp--preset--font-size--small)"
  293. }
  294. },
  295. "link": {
  296. "color": {
  297. "text": "#fe9042"
  298. }
  299. }
  300. },
  301. "spacing": {
  302. "blockGap": "30px"
  303. },
  304. "typography": {
  305. "fontFamily": "var(--wp--preset--font-family--system-font)",
  306. "fontSize": "1.125rem",
  307. "lineHeight": "1.6"
  308. }
  309. },
  310. "templateParts": [
  311. {
  312. "area": "header",
  313. "name": "header"
  314. },
  315. {
  316. "area": "footer",
  317. "name": "footer"
  318. }
  319. ],
  320. "version": 2,
  321. "$schema": "https://schemas.wp.org/wp/6.0/theme.json"
  322. }