theme.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. {
  2. "version": 2,
  3. "$schema": "https://schemas.wp.org/trunk/theme.json",
  4. "settings": {
  5. "appearanceTools": true,
  6. "useRootPaddingAwareAlignments": true,
  7. "color": {
  8. "palette": [
  9. {
  10. "color": "#ffffff",
  11. "name": "Base",
  12. "slug": "base"
  13. },
  14. {
  15. "color": "#333333",
  16. "name": "Contrast",
  17. "slug": "contrast"
  18. },
  19. {
  20. "color": "#000000",
  21. "name": "Primary",
  22. "slug": "primary"
  23. },
  24. {
  25. "color": "#006ba1",
  26. "name": "Secondary",
  27. "slug": "secondary"
  28. },
  29. {
  30. "color": "#F0F0F0",
  31. "name": "Tertiary",
  32. "slug": "tertiary"
  33. }
  34. ]
  35. },
  36. "layout": {
  37. "contentSize": "620px",
  38. "wideSize": "1000px"
  39. },
  40. "spacing": {
  41. "spacingSizes": [
  42. {
  43. "name": "Step 1",
  44. "size": "0.25rem",
  45. "slug": "10"
  46. },
  47. {
  48. "name": "Step 2",
  49. "size": "0.5rem",
  50. "slug": "20"
  51. },
  52. {
  53. "name": "Step 3",
  54. "size": "0.75rem",
  55. "slug": "30"
  56. },
  57. {
  58. "name": "Step 4",
  59. "size": "1rem",
  60. "slug": "40"
  61. },
  62. {
  63. "name": "Step 5",
  64. "size": "1.25rem",
  65. "slug": "50"
  66. }
  67. ],
  68. "units": ["%", "px", "em", "rem", "vh", "vw"]
  69. },
  70. "typography": {
  71. "fluid": true,
  72. "fontFamilies": [
  73. {
  74. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  75. "name": "System Font",
  76. "slug": "system-font"
  77. }
  78. ],
  79. "fontSizes": [
  80. {
  81. "fluid": {
  82. "min": "0.825rem",
  83. "max": "1.0625rem"
  84. },
  85. "name": "Small",
  86. "size": "1rem",
  87. "slug": "small"
  88. },
  89. {
  90. "fluid": {
  91. "min": "1rem",
  92. "max": "1.25rem"
  93. },
  94. "name": "Medium",
  95. "size": "1.125rem",
  96. "slug": "medium"
  97. },
  98. {
  99. "fluid": {
  100. "min": "1.75rem",
  101. "max": "2rem"
  102. },
  103. "name": "Large",
  104. "size": "1.75rem",
  105. "slug": "large"
  106. },
  107. {
  108. "fluid": {
  109. "min": "2.5rem",
  110. "max": "3rem"
  111. },
  112. "name": "Extra Large",
  113. "size": "3rem",
  114. "slug": "x-large"
  115. }
  116. ]
  117. }
  118. },
  119. "styles": {
  120. "blocks": {
  121. "core/code": {
  122. "border": {
  123. "color": "var(--wp--preset--color--contrast)",
  124. "radius": "0.25rem",
  125. "style": "solid",
  126. "width": "2px"
  127. },
  128. "spacing": {
  129. "padding": {
  130. "bottom": "var(--wp--preset--spacing--50)",
  131. "left": "var(--wp--preset--spacing--50)",
  132. "right": "var(--wp--preset--spacing--50)",
  133. "top": "var(--wp--preset--spacing--50)"
  134. }
  135. },
  136. "typography": {
  137. "fontFamily": "monospace"
  138. }
  139. },
  140. "core/comment-author-name": {
  141. "typography": {
  142. "fontSize": "var(--wp--preset--font-size--small)"
  143. }
  144. },
  145. "core/comment-date": {
  146. "typography": {
  147. "fontSize": "var(--wp--preset--font-size--small)"
  148. }
  149. },
  150. "core/comment-edit-link": {
  151. "typography": {
  152. "fontSize": "var(--wp--preset--font-size--small)"
  153. }
  154. },
  155. "core/comment-reply-link": {
  156. "typography": {
  157. "fontSize": "var(--wp--preset--font-size--small)"
  158. }
  159. },
  160. "core/gallery": {
  161. "spacing": {
  162. "margin": {
  163. "bottom": "var(--wp--preset--spacing--50)"
  164. }
  165. }
  166. },
  167. "core/list": {
  168. "spacing": {
  169. "padding": {
  170. "left": "var(--wp--preset--spacing--70)"
  171. }
  172. }
  173. },
  174. "core/navigation": {
  175. "elements": {
  176. "link": {
  177. "typography": {
  178. "textDecoration": "none"
  179. },
  180. ":hover": {
  181. "typography": {
  182. "textDecoration": "underline"
  183. }
  184. }
  185. }
  186. }
  187. },
  188. "core/post-author-name": {
  189. "elements": {
  190. "link": {
  191. "typography": {
  192. "textDecoration": "none"
  193. },
  194. ":hover": {
  195. "typography": {
  196. "textDecoration": "underline"
  197. }
  198. }
  199. }
  200. }
  201. },
  202. "core/post-date": {
  203. "color": {
  204. "text": "var(--wp--preset--color--contrast)"
  205. },
  206. "typography": {
  207. "fontSize": "var(--wp--preset--font-size--small)"
  208. },
  209. "elements": {
  210. "link": {
  211. "typography": {
  212. "textDecoration": "none"
  213. },
  214. ":hover": {
  215. "typography": {
  216. "textDecoration": "underline"
  217. }
  218. }
  219. }
  220. }
  221. },
  222. "core/post-terms": {
  223. "elements": {
  224. "link": {
  225. "typography": {
  226. "textDecoration": "none"
  227. },
  228. ":hover": {
  229. "typography": {
  230. "textDecoration": "underline"
  231. }
  232. }
  233. }
  234. }
  235. },
  236. "core/post-title": {
  237. "spacing": {
  238. "margin": {
  239. "bottom": "0"
  240. }
  241. },
  242. "elements": {
  243. "link": {
  244. "typography": {
  245. "textDecoration": "none"
  246. },
  247. ":hover": {
  248. "typography": {
  249. "textDecoration": "underline"
  250. }
  251. }
  252. }
  253. }
  254. },
  255. "core/pullquote": {
  256. "border": {
  257. "color": "var(--wp--preset--color--contrast)",
  258. "style": "solid",
  259. "width": "1px 0"
  260. },
  261. "spacing": {
  262. "padding": {
  263. "bottom": "var(--wp--preset--spacing--50)",
  264. "left": "var(--wp--preset--spacing--50)",
  265. "right": "var(--wp--preset--spacing--50)",
  266. "top": "var(--wp--preset--spacing--50)"
  267. }
  268. },
  269. "typography": {
  270. "fontSize": "var(--wp--preset--font-size--large)",
  271. "fontStyle": "italic"
  272. }
  273. },
  274. "core/quote": {
  275. "border": {
  276. "color": "var(--wp--preset--color--primary)",
  277. "style": "solid",
  278. "width": "0 0 0 1px"
  279. },
  280. "spacing": {
  281. "padding": {
  282. "left": "var(--wp--preset--spacing--50)"
  283. }
  284. },
  285. "typography": {
  286. "fontStyle": "normal"
  287. }
  288. },
  289. "core/search": {
  290. "typography": {
  291. "fontSize": "var(--wp--preset--font-size--medium)",
  292. "lineHeight": "1.6"
  293. }
  294. },
  295. "core/separator": {
  296. "border": {
  297. "color": "currentColor",
  298. "style": "solid",
  299. "width": "0 0 1px 0"
  300. },
  301. "color": {
  302. "text": "var(--wp--preset--color--contrast)"
  303. }
  304. },
  305. "core/site-tagline": {
  306. "typography": {
  307. "fontSize": "var(--wp--preset--font-size--small)"
  308. }
  309. },
  310. "core/site-title": {
  311. "typography": {
  312. "fontSize": "var(--wp--preset--font-size--medium)",
  313. "fontWeight": "700"
  314. },
  315. "elements": {
  316. "link": {
  317. "typography": {
  318. "textDecoration": "none"
  319. },
  320. ":hover": {
  321. "typography": {
  322. "textDecoration": "underline"
  323. }
  324. }
  325. }
  326. }
  327. }
  328. },
  329. "color": {
  330. "background": "var(--wp--preset--color--base)",
  331. "text": "var(--wp--preset--color--contrast)"
  332. },
  333. "elements": {
  334. "button": {
  335. "border": {
  336. "radius": "0.25rem"
  337. },
  338. "color": {
  339. "background": "var(--wp--preset--color--primary)",
  340. "text": "var(--wp--preset--color--base)"
  341. },
  342. ":hover": {
  343. "color": {
  344. "background": "var(--wp--preset--color--secondary)",
  345. "text": "var(--wp--preset--color--base)"
  346. }
  347. },
  348. ":active": {
  349. "color": {
  350. "background": "var(--wp--preset--color--primary)",
  351. "text": "var(--wp--preset--color--base)"
  352. }
  353. },
  354. ":focus": {
  355. "color": {
  356. "background": "var(--wp--preset--color--primary)",
  357. "text": "var(--wp--preset--color--base)"
  358. },
  359. "outline": {
  360. "color": "var(--wp--preset--color--primary)",
  361. "offset": "2px",
  362. "style": "dotted",
  363. "width": "1px"
  364. }
  365. }
  366. },
  367. "heading": {
  368. "typography": {
  369. "fontWeight": "400",
  370. "lineHeight": "1.125"
  371. }
  372. },
  373. "h1": {
  374. "typography": {
  375. "fontSize": "var(--wp--preset--font-size--x-large)"
  376. }
  377. },
  378. "h2": {
  379. "typography": {
  380. "fontSize": "var(--wp--preset--font-size--large)"
  381. }
  382. },
  383. "h3": {
  384. "typography": {
  385. "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
  386. }
  387. },
  388. "h4": {
  389. "typography": {
  390. "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
  391. }
  392. },
  393. "h5": {
  394. "typography": {
  395. "fontSize": "var(--wp--preset--font-size--medium)"
  396. }
  397. },
  398. "h6": {
  399. "typography": {
  400. "fontSize": "var(--wp--preset--font-size--small)"
  401. }
  402. },
  403. "link": {
  404. "color": {
  405. "text": "var(--wp--preset--color--primary)"
  406. },
  407. ":hover": {
  408. "typography": {
  409. "textDecoration": "none"
  410. }
  411. }
  412. }
  413. },
  414. "spacing": {
  415. "blockGap": "1.5rem",
  416. "padding": {
  417. "top": "var(--wp--preset--spacing--50)",
  418. "bottom": "var(--wp--preset--spacing--50)",
  419. "right": "var(--wp--preset--spacing--50)",
  420. "left": "var(--wp--preset--spacing--50)"
  421. }
  422. },
  423. "typography": {
  424. "fontFamily": "var(--wp--preset--font-family--system-font)",
  425. "fontSize": "var(--wp--preset--font-size--medium)",
  426. "lineHeight": "1.6"
  427. }
  428. },
  429. "templateParts": [
  430. {
  431. "area": "header",
  432. "name": "header"
  433. },
  434. {
  435. "area": "footer",
  436. "name": "footer"
  437. }
  438. ]
  439. }