theme.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. {
  2. "customTemplates": [
  3. {
  4. "name": "page-gallery",
  5. "postTypes": [
  6. "page"
  7. ],
  8. "title": "Page Gallery"
  9. }
  10. ],
  11. "settings": {
  12. "appearanceTools": true,
  13. "color": {
  14. "defaultDuotone": false,
  15. "defaultGradients": false,
  16. "defaultPalette": false,
  17. "duotone": [
  18. {
  19. "colors": [
  20. "#000000",
  21. "#ffffff"
  22. ],
  23. "name": "Black and white",
  24. "slug": "duotone-1"
  25. }
  26. ],
  27. "palette": [
  28. {
  29. "color": "#fbfbfb",
  30. "name": "Base",
  31. "slug": "base"
  32. },
  33. {
  34. "color": "#0000ff",
  35. "name": "Primary",
  36. "slug": "primary"
  37. },
  38. {
  39. "color": "#0000ff80",
  40. "name": "Secondary",
  41. "slug": "secondary"
  42. }
  43. ]
  44. },
  45. "layout": {
  46. "contentSize": "88vw",
  47. "wideSize": "92vw"
  48. },
  49. "spacing": {
  50. "units": [
  51. "%",
  52. "px",
  53. "em",
  54. "rem",
  55. "vh",
  56. "vw"
  57. ]
  58. },
  59. "typography": {
  60. "fluid": true,
  61. "fontFamilies": [
  62. {
  63. "fontFace": [
  64. {
  65. "fontFamily": "Inter",
  66. "fontStyle": "normal",
  67. "fontWeight": "100",
  68. "src": [
  69. "file:./assets/fonts/inter_normal_100.ttf"
  70. ]
  71. },
  72. {
  73. "fontFamily": "Inter",
  74. "fontStyle": "normal",
  75. "fontWeight": "200",
  76. "src": [
  77. "file:./assets/fonts/inter_normal_200.ttf"
  78. ]
  79. },
  80. {
  81. "fontFamily": "Inter",
  82. "fontStyle": "normal",
  83. "fontWeight": "300",
  84. "src": [
  85. "file:./assets/fonts/inter_normal_300.ttf"
  86. ]
  87. },
  88. {
  89. "fontFamily": "Inter",
  90. "fontStyle": "normal",
  91. "fontWeight": "400",
  92. "src": [
  93. "file:./assets/fonts/inter_normal_400.ttf"
  94. ]
  95. },
  96. {
  97. "fontFamily": "Inter",
  98. "fontStyle": "normal",
  99. "fontWeight": "500",
  100. "src": [
  101. "file:./assets/fonts/inter_normal_500.ttf"
  102. ]
  103. },
  104. {
  105. "fontFamily": "Inter",
  106. "fontStyle": "normal",
  107. "fontWeight": "600",
  108. "src": [
  109. "file:./assets/fonts/inter_normal_600.ttf"
  110. ]
  111. },
  112. {
  113. "fontFamily": "Inter",
  114. "fontStyle": "normal",
  115. "fontWeight": "700",
  116. "src": [
  117. "file:./assets/fonts/inter_normal_700.ttf"
  118. ]
  119. },
  120. {
  121. "fontFamily": "Inter",
  122. "fontStyle": "normal",
  123. "fontWeight": "800",
  124. "src": [
  125. "file:./assets/fonts/inter_normal_800.ttf"
  126. ]
  127. },
  128. {
  129. "fontFamily": "Inter",
  130. "fontStyle": "normal",
  131. "fontWeight": "900",
  132. "src": [
  133. "file:./assets/fonts/inter_normal_900.ttf"
  134. ]
  135. }
  136. ],
  137. "fontFamily": "Inter",
  138. "slug": "inter"
  139. },
  140. {
  141. "fontFace": [
  142. {
  143. "fontFamily": "IBM Plex Mono",
  144. "fontStyle": "normal",
  145. "fontWeight": "300",
  146. "src": [
  147. "file:./assets/fonts/ibm-plex-mono_normal_300.ttf"
  148. ]
  149. },
  150. {
  151. "fontFamily": "IBM Plex Mono",
  152. "fontStyle": "italic",
  153. "fontWeight": "300",
  154. "src": [
  155. "file:./assets/fonts/ibm-plex-mono_italic_300.ttf"
  156. ]
  157. },
  158. {
  159. "fontFamily": "IBM Plex Mono",
  160. "fontStyle": "normal",
  161. "fontWeight": "500",
  162. "src": [
  163. "file:./assets/fonts/ibm-plex-mono_normal_500.ttf"
  164. ]
  165. },
  166. {
  167. "fontFamily": "IBM Plex Mono",
  168. "fontStyle": "italic",
  169. "fontWeight": "500",
  170. "src": [
  171. "file:./assets/fonts/ibm-plex-mono_italic_500.ttf"
  172. ]
  173. }
  174. ],
  175. "fontFamily": "IBM Plex Mono",
  176. "slug": "ibm-plex-mono"
  177. }
  178. ],
  179. "fontSizes": [
  180. {
  181. "fluid": {
  182. "max": "1rem",
  183. "min": "0.75rem"
  184. },
  185. "name": "Tiny",
  186. "size": "0.7rem",
  187. "slug": "x-small"
  188. },
  189. {
  190. "name": "Small",
  191. "size": "0.98rem",
  192. "slug": "small"
  193. },
  194. {
  195. "fluid": false,
  196. "name": "Medium",
  197. "size": "1.125rem",
  198. "slug": "medium"
  199. },
  200. {
  201. "fluid": false,
  202. "name": "Large",
  203. "size": "1.37rem",
  204. "slug": "large"
  205. },
  206. {
  207. "fluid": {
  208. "max": "2.25rem",
  209. "min": "1.75rem"
  210. },
  211. "name": "Extra Large",
  212. "size": "2rem",
  213. "slug": "x-large"
  214. },
  215. {
  216. "fluid": {
  217. "max": "3rem",
  218. "min": "2.25rem"
  219. },
  220. "name": "Huge",
  221. "size": "2.25rem",
  222. "slug": "xx-large"
  223. }
  224. ]
  225. },
  226. "useRootPaddingAwareAlignments": true
  227. },
  228. "styles": {
  229. "blocks": {
  230. "core/code": {
  231. "border": {
  232. "color": "var(--wp--preset--color--primary)",
  233. "radius": "2px",
  234. "style": "solid",
  235. "width": "1px"
  236. },
  237. "spacing": {
  238. "padding": {
  239. "bottom": "var(--wp--preset--spacing--50)",
  240. "left": "var(--wp--preset--spacing--50)",
  241. "right": "var(--wp--preset--spacing--50)",
  242. "top": "var(--wp--preset--spacing--50)"
  243. }
  244. },
  245. "typography": {
  246. "fontFamily": "monospace"
  247. }
  248. },
  249. "core/gallery": {
  250. "spacing": {
  251. "margin": {
  252. "bottom": "var(--wp--preset--spacing--50)"
  253. }
  254. }
  255. },
  256. "core/heading": {
  257. "spacing": {
  258. "margin": {
  259. "bottom": "var(--wp--preset--spacing--30)",
  260. "left": "0",
  261. "right": "0",
  262. "top": "var(--wp--preset--spacing--70)"
  263. }
  264. }
  265. },
  266. "core/list": {
  267. "spacing": {
  268. "padding": {
  269. "left": "var(--wp--preset--spacing--70)"
  270. }
  271. }
  272. },
  273. "core/navigation": {
  274. "spacing": {
  275. "blockGap": "var(--wp--preset--spacing--20)"
  276. },
  277. "typography": {
  278. "fontSize": "var(--wp--preset--font-size--small)"
  279. }
  280. },
  281. "core/navigation-submenu": {
  282. "color": {
  283. "text": "var(--wp--preset--color--primary)"
  284. },
  285. "elements": {
  286. "link": {
  287. "color": {
  288. "text": "var(--wp--preset--color--primary)"
  289. }
  290. }
  291. }
  292. },
  293. "core/post-content": {
  294. "elements": {
  295. "link": {
  296. "typography": {
  297. "textDecoration": "underline"
  298. }
  299. }
  300. }
  301. },
  302. "core/post-date": {
  303. "color": {
  304. "text": "var(--wp--preset--color--secondary)"
  305. }
  306. },
  307. "core/post-terms": {
  308. "color": {
  309. "text": "var(--wp--preset--color--secondary)"
  310. },
  311. "elements": {
  312. "link": {
  313. "color": {
  314. "text": "var(--wp--preset--color--secondary)"
  315. }
  316. }
  317. }
  318. },
  319. "core/post-title": {
  320. "elements": {
  321. "link": {
  322. "typography": {
  323. "textDecoration": "underline"
  324. }
  325. }
  326. },
  327. "spacing": {
  328. "margin": {
  329. "bottom": "0"
  330. }
  331. }
  332. },
  333. "core/pullquote": {
  334. "border": {
  335. "color": "var(--wp--preset--color--primary)",
  336. "style": "solid",
  337. "width": "1px 0"
  338. },
  339. "elements": {
  340. "cite": {
  341. "typography": {
  342. "fontSize": "var(--wp--preset--font-size--small)",
  343. "fontStyle": "normal",
  344. "letterSpacing": "0.15em"
  345. }
  346. }
  347. },
  348. "spacing": {
  349. "padding": {
  350. "bottom": "var(--wp--preset--spacing--50)",
  351. "left": "var(--wp--preset--spacing--50)",
  352. "right": "var(--wp--preset--spacing--50)",
  353. "top": "var(--wp--preset--spacing--50)"
  354. }
  355. },
  356. "typography": {
  357. "fontSize": "var(--wp--preset--font-size--large)",
  358. "fontStyle": "normal"
  359. }
  360. },
  361. "core/quote": {
  362. "border": {
  363. "style": "solid",
  364. "width": "0 0 0 2px"
  365. },
  366. "elements": {
  367. "cite": {
  368. "typography": {
  369. "fontSize": "var(--wp--preset--font-size--small)",
  370. "fontStyle": "normal"
  371. }
  372. }
  373. },
  374. "spacing": {
  375. "padding": {
  376. "left": "var(--wp--preset--spacing--50)"
  377. }
  378. },
  379. "typography": {
  380. "fontStyle": "normal"
  381. }
  382. },
  383. "core/search": {
  384. "typography": {
  385. "fontSize": "var(--wp--preset--font-size--small)",
  386. "lineHeight": "1.4"
  387. }
  388. },
  389. "core/separator": {
  390. "border": {
  391. "color": "currentColor",
  392. "style": "solid",
  393. "width": "0 0 1px 0"
  394. },
  395. "color": {
  396. "text": "var(--wp--preset--color--primary)"
  397. }
  398. },
  399. "core/site-tagline": {
  400. "typography": {
  401. "fontSize": "var(--wp--preset--font-size--x-small)"
  402. }
  403. },
  404. "core/site-title": {
  405. "color": {
  406. "text": "var(--wp--preset--color--primary)"
  407. },
  408. "elements": {
  409. "link": {
  410. "typography": {
  411. "textDecoration": "none"
  412. }
  413. }
  414. },
  415. "typography": {
  416. "fontSize": "var(--wp--preset--font-size--small)",
  417. "lineHeight": "1.6"
  418. }
  419. },
  420. "core/table": {
  421. "css": "& td, & th{padding: var(--wp--preset--spacing--30);} &+figcaption {font-size: var(--wp--preset--font-size--small);text-align: center;}"
  422. }
  423. },
  424. "color": {
  425. "background": "var(--wp--preset--color--base)",
  426. "text": "var(--wp--preset--color--primary)"
  427. },
  428. "elements": {
  429. "button": {
  430. ":hover": {
  431. "color": {
  432. "background": "var(--wp--preset--color--primary)",
  433. "text": "var(--wp--preset--color--base)"
  434. }
  435. },
  436. "border": {
  437. "radius": "0"
  438. },
  439. "color": {
  440. "background": "var(--wp--preset--color--primary)",
  441. "text": "var(--wp--preset--color--base)"
  442. },
  443. "typography": {
  444. "lineHeight": "1.6"
  445. }
  446. },
  447. "caption": {
  448. "color": {
  449. "text": "var(--wp--preset--color--primary)"
  450. },
  451. "typography": {
  452. "fontSize": "var(--wp--preset--font-size--tiny)"
  453. }
  454. },
  455. "h1": {
  456. "typography": {
  457. "fontSize": "var(--wp--preset--font-size--small)"
  458. }
  459. },
  460. "h2": {
  461. "typography": {
  462. "fontSize": "var(--wp--preset--font-size--small)"
  463. }
  464. },
  465. "h3": {
  466. "typography": {
  467. "fontSize": "var(--wp--preset--font-size--small)"
  468. }
  469. },
  470. "h4": {
  471. "typography": {
  472. "fontSize": "var(--wp--preset--font-size--small)"
  473. }
  474. },
  475. "h5": {
  476. "typography": {
  477. "fontSize": "var(--wp--preset--font-size--small)"
  478. }
  479. },
  480. "h6": {
  481. "typography": {
  482. "fontSize": "var(--wp--preset--font-size--small)"
  483. }
  484. },
  485. "heading": {
  486. "typography": {
  487. "fontStyle": "normal",
  488. "fontWeight": "400",
  489. "lineHeight": "1.1"
  490. }
  491. },
  492. "link": {
  493. ":hover": {
  494. "color": {
  495. "text": "var(--wp--preset--color--secondary)"
  496. },
  497. "typography": {
  498. "textDecoration": "none"
  499. }
  500. },
  501. "color": {
  502. "text": "var(--wp--preset--color--primary)"
  503. },
  504. "typography": {
  505. "fontSize": "var(--wp--preset--font-size--small)",
  506. "lineHeight": "1.6",
  507. "textDecoration": "none"
  508. }
  509. }
  510. },
  511. "spacing": {
  512. "blockGap": "var(--wp--preset--spacing--50)",
  513. "padding": {
  514. "bottom": "0",
  515. "left": "0",
  516. "right": "0",
  517. "top": "0"
  518. }
  519. },
  520. "typography": {
  521. "fontFamily": "var(--wp--preset--font-family--inter)",
  522. "fontSize": "var(--wp--preset--font-size--small)",
  523. "fontStyle": "normal",
  524. "fontWeight": "400",
  525. "lineHeight": "1.6"
  526. }
  527. },
  528. "templateParts": [
  529. {
  530. "area": "header",
  531. "name": "header",
  532. "title": "Header"
  533. },
  534. {
  535. "area": "footer",
  536. "name": "footer",
  537. "title": "Footer"
  538. }
  539. ],
  540. "version": 2,
  541. "$schema": "https://schemas.wp.org/trunk/theme.json"
  542. }