theme.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. {
  2. "customTemplates": [
  3. {
  4. "name": "archive-product",
  5. "postTypes": [
  6. "page"
  7. ],
  8. "title": "Product Archive"
  9. },
  10. {
  11. "name": "cart",
  12. "postTypes": [
  13. "page"
  14. ],
  15. "title": "Cart"
  16. },
  17. {
  18. "name": "checkout",
  19. "postTypes": [
  20. "page"
  21. ],
  22. "title": "Checkout"
  23. },
  24. {
  25. "name": "order-confirmation",
  26. "postTypes": [
  27. "page"
  28. ],
  29. "title": "Order Confirmation"
  30. },
  31. {
  32. "name": "product-search-results",
  33. "postTypes": [
  34. "page"
  35. ],
  36. "title": "Product Search Results"
  37. },
  38. {
  39. "name": "taxonomy-product_cat",
  40. "postTypes": [
  41. "page"
  42. ],
  43. "title": "Product Category Archive"
  44. },
  45. {
  46. "name": "taxonomy-product_tag",
  47. "postTypes": [
  48. "page"
  49. ],
  50. "title": "Product Tag Archive"
  51. }
  52. ],
  53. "settings": {
  54. "appearanceTools": true,
  55. "color": {
  56. "custom": true,
  57. "customGradient": true,
  58. "palette": [
  59. {
  60. "color": "#090909",
  61. "name": "Primary",
  62. "slug": "primary"
  63. },
  64. {
  65. "color": "#2e2e2e",
  66. "name": "Secondary",
  67. "slug": "secondary"
  68. },
  69. {
  70. "color": "#090909",
  71. "name": "Foreground",
  72. "slug": "foreground"
  73. },
  74. {
  75. "color": "#ffffff",
  76. "name": "Background",
  77. "slug": "background"
  78. },
  79. {
  80. "color": "#979797",
  81. "name": "Tertiary",
  82. "slug": "tertiary"
  83. }
  84. ]
  85. },
  86. "layout": {
  87. "contentSize": "400px",
  88. "wideSize": "1624px"
  89. },
  90. "spacing": {
  91. "spacingScale": {
  92. "steps": 0
  93. },
  94. "spacingSizes": [
  95. {
  96. "name": "1",
  97. "size": "0.75rem",
  98. "slug": "30"
  99. },
  100. {
  101. "name": "2",
  102. "size": "1rem",
  103. "slug": "40"
  104. },
  105. {
  106. "name": "3",
  107. "size": "1.5rem",
  108. "slug": "50"
  109. },
  110. {
  111. "name": "4",
  112. "size": "2rem",
  113. "slug": "60"
  114. },
  115. {
  116. "name": "5",
  117. "size": "3rem",
  118. "slug": "70"
  119. },
  120. {
  121. "name": "6",
  122. "size": "4rem",
  123. "slug": "80"
  124. }
  125. ],
  126. "units": [
  127. "%",
  128. "px",
  129. "em",
  130. "rem",
  131. "vh",
  132. "vw"
  133. ]
  134. },
  135. "typography": {
  136. "customFontSize": true,
  137. "dropCap": false,
  138. "fluid": false,
  139. "fontFamilies": [
  140. {
  141. "fontFace": [
  142. {
  143. "fontFamily": "Archivo",
  144. "fontStretch": "normal",
  145. "fontStyle": "normal",
  146. "fontWeight": "100 900",
  147. "src": [
  148. "file:./assets/fonts/Archivo-VariableFont_wdth,wght.ttf"
  149. ]
  150. },
  151. {
  152. "fontFamily": "Archivo",
  153. "fontStretch": "normal",
  154. "fontStyle": "italic",
  155. "fontWeight": "100 900",
  156. "src": [
  157. "file:./assets/fonts/Archivo-Italic-VariableFont_wdth,wght.ttf"
  158. ]
  159. }
  160. ],
  161. "fontFamily": "Archivo",
  162. "name": "Archivo",
  163. "slug": "archivo"
  164. },
  165. {
  166. "fontFace": [
  167. {
  168. "fontFamily": "Courier Prime",
  169. "fontStyle": "normal",
  170. "fontWeight": "700",
  171. "src": [
  172. "file:./assets/fonts/courier-prime_700.ttf"
  173. ]
  174. },
  175. {
  176. "fontFamily": "Courier Prime",
  177. "fontStyle": "normal",
  178. "fontWeight": "400",
  179. "src": [
  180. "file:./assets/fonts/courier-prime_regular.ttf"
  181. ]
  182. },
  183. {
  184. "fontFamily": "Courier Prime",
  185. "fontStyle": "italic",
  186. "fontWeight": "400",
  187. "src": [
  188. "file:./assets/fonts/courier-prime_italic.ttf"
  189. ]
  190. },
  191. {
  192. "fontFamily": "Courier Prime",
  193. "fontStyle": "italic",
  194. "fontWeight": "700",
  195. "src": [
  196. "file:./assets/fonts/courier-prime_700italic.ttf"
  197. ]
  198. }
  199. ],
  200. "fontFamily": "Courier Prime",
  201. "name": "Courier Prime",
  202. "slug": "courier-prime"
  203. }
  204. ],
  205. "fontSizes": [
  206. {
  207. "name": "Extra Small",
  208. "size": "0.625rem",
  209. "slug": "x-small"
  210. },
  211. {
  212. "name": "Small",
  213. "size": "0.75rem",
  214. "slug": "small"
  215. },
  216. {
  217. "name": "Medium",
  218. "size": "0.9rem",
  219. "slug": "medium"
  220. },
  221. {
  222. "name": "Large",
  223. "size": "1.296rem",
  224. "slug": "large"
  225. },
  226. {
  227. "name": "Extra Large",
  228. "size": "1.866rem",
  229. "slug": "x-large"
  230. }
  231. ]
  232. }
  233. },
  234. "styles": {
  235. "blocks": {
  236. "core/button": {
  237. "variations": {
  238. "outline": {
  239. "border": {
  240. "width": "1px"
  241. },
  242. "spacing": {
  243. "padding": {
  244. "bottom": "0.3125rem",
  245. "left": "1.4375rem",
  246. "right": "1.4375rem",
  247. "top": "0.3125rem"
  248. }
  249. }
  250. }
  251. }
  252. },
  253. "core/calendar": {
  254. "css": ".wp-block-calendar table:where(:not(.has-text-color)) {color: var(--wp--preset--color--contrast);} &.wp-block-calendar table:where(:not(.has-text-color)) td {border-color: var(--wp--preset--color--contrast);} &.wp-block-calendar table:where(:not(.has-text-color)) th {border-color: var(--wp--preset--color--contrast);} & :where(.wp-block-calendar table:not(.has-background) th){background:transparent;}"
  255. },
  256. "core/code": {
  257. "border": {
  258. "color": "var(--wp--preset--color--foreground)",
  259. "radius": "0",
  260. "style": "solid",
  261. "width": "0.5px"
  262. },
  263. "spacing": {
  264. "padding": "var(--wp--preset--spacing--30)"
  265. },
  266. "typography": {
  267. "fontFamily": "monospace"
  268. }
  269. },
  270. "core/comment-author-name": {
  271. "typography": {
  272. "fontSize": "var(--wp--preset--font-size--x-small)"
  273. }
  274. },
  275. "core/comment-date": {
  276. "typography": {
  277. "fontSize": "var(--wp--preset--font-size--x-small)"
  278. }
  279. },
  280. "core/comment-edit-link": {
  281. "typography": {
  282. "fontSize": "var(--wp--preset--font-size--x-small)"
  283. }
  284. },
  285. "core/comment-reply-link": {
  286. "typography": {
  287. "fontSize": "var(--wp--preset--font-size--x-small)"
  288. }
  289. },
  290. "core/comments-pagination": {
  291. "typography": {
  292. "fontSize": "var(--wp--preset--font-size--x-small)"
  293. }
  294. },
  295. "core/comments-title": {
  296. "spacing": {
  297. "margin": {
  298. "bottom": "var(--wp--preset--spacing--50)",
  299. "top": "0"
  300. }
  301. },
  302. "typography": {
  303. "fontSize": "var(--wp--preset--font-size--medium)",
  304. "lineHeight": "1.388888889"
  305. }
  306. },
  307. "core/cover": {
  308. "spacing": {
  309. "padding": "var(--wp--preset--spacing--50)"
  310. }
  311. },
  312. "core/gallery": {
  313. "spacing": {
  314. "margin": {
  315. "bottom": "var(--wp--preset--spacing--50)"
  316. }
  317. }
  318. },
  319. "core/latest-comments": {
  320. "css": " .wp-block-latest-comments__comment-author{font-size: inherit;} & .wp-block-latest-comments__comment-date{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{font-size: inherit;} & .wp-block-latest-comments__comment-excerpt p{margin:0 0 var(--wp--style--block-gap)}&:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:calc(1em + 0.5rem);}",
  321. "spacing": {
  322. "padding": {
  323. "left": "0"
  324. }
  325. }
  326. },
  327. "core/latest-posts": {
  328. "css": " .wp-block-latest-posts__post-author{font-size: inherit;} & .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)}"
  329. },
  330. "core/list": {
  331. "spacing": {
  332. "padding": {
  333. "left": "var(--wp--preset--spacing--50)"
  334. }
  335. }
  336. },
  337. "core/navigation": {
  338. "css": ".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {border-color: var(--wp--preset--color--contrast);border-width:0.5px}",
  339. "elements": {
  340. "link": {
  341. ":hover": {
  342. "typography": {
  343. "textDecoration": "underline"
  344. }
  345. },
  346. "typography": {
  347. "textDecoration": "none"
  348. }
  349. }
  350. }
  351. },
  352. "core/paragraph": {
  353. "typography": {
  354. "lineHeight": "calc(1em + 0.5rem)"
  355. }
  356. },
  357. "core/post-author": {
  358. "css": ".wp-block-post-author .wp-block-post-author__byline{font-size:inherit;}&.wp-block-post-author .wp-block-post-author__name a{text-decoration:none;}&.wp-block-post-author .wp-block-post-author__bio{font-size:inherit;margin:0;}& .wp-block-post-author__avatar img{margin-top:4px;vertical-align:middle;}"
  359. },
  360. "core/post-comments-form": {
  361. "css": ".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]){line-height: inherit;}&.wp-block-post-comments-form .comment-form textarea{line-height: inherit;}&.wp-block-post-comments-form .form-submit {margin-bottom: 0;}&.wp-block-post-comments-form .comment-form > *:not(.comment-form-cookies-consent,.comment-subscription-form){margin-top:var(--wp--preset--spacing--50);margin-bottom:0;}& .comment-reply-title{font-size:var(--wp--preset--font-size--medium);line-height:1.388888889;}"
  362. },
  363. "core/post-excerpt": {
  364. "css": ".wp-block-post-excerpt p.wp-block-post-excerpt__excerpt{line-height: inherit;}"
  365. },
  366. "core/post-title": {
  367. "elements": {
  368. "link": {
  369. ":hover": {
  370. "typography": {
  371. "textDecoration": "underline"
  372. }
  373. },
  374. "typography": {
  375. "textDecoration": "none"
  376. }
  377. }
  378. },
  379. "typography": {
  380. "fontSize": "var(--wp--preset--font-size--medium)",
  381. "lineHeight": "1.388888889"
  382. }
  383. },
  384. "core/pullquote": {
  385. "border": {
  386. "color": "var(--wp--preset--color--foreground)",
  387. "style": "solid",
  388. "width": "1px 0"
  389. },
  390. "css": ".wp-block-pullquote cite{display:block;}",
  391. "elements": {
  392. "cite": {
  393. "spacing": {
  394. "margin": {
  395. "top": "var(--wp--preset--spacing--50)"
  396. }
  397. },
  398. "typography": {
  399. "fontSize": "var(--wp--preset--font-size--x-small)",
  400. "fontStyle": "normal",
  401. "textTransform": "none"
  402. }
  403. }
  404. },
  405. "spacing": {
  406. "padding": "var(--wp--preset--spacing--50)"
  407. },
  408. "typography": {
  409. "fontSize": "var(--wp--preset--font-size--small)",
  410. "fontStyle": "italic"
  411. }
  412. },
  413. "core/query-pagination": {
  414. "css": ".wp-block-query-pagination .wp-block-query-pagination-next{margin-bottom:0;}&.wp-block-query-pagination .wp-block-query-pagination-previous{margin-bottom:0;}&.wp-block-query-pagination .wp-block-query-pagination-numbers {margin-bottom:0;}",
  415. "typography": {
  416. "lineHeight": "1"
  417. }
  418. },
  419. "core/query-title": {
  420. "typography": {
  421. "fontSize": "var(--wp--preset--font-size--medium)",
  422. "lineHeight": "1.388888889"
  423. }
  424. },
  425. "core/quote": {
  426. "border": {
  427. "color": "var(--wp--preset--color--foreground)",
  428. "style": "solid",
  429. "width": "0 0 0 1px"
  430. },
  431. "spacing": {
  432. "margin": {
  433. "left": "0",
  434. "right": "0"
  435. },
  436. "padding": {
  437. "left": "var(--wp--preset--spacing--50)"
  438. }
  439. },
  440. "typography": {
  441. "fontStyle": "italic"
  442. },
  443. "variations": {
  444. "plain": {
  445. "border": {
  446. "width": "0"
  447. },
  448. "spacing": {
  449. "padding": {
  450. "left": "0"
  451. }
  452. },
  453. "typography": {
  454. "fontStyle": "normal"
  455. }
  456. }
  457. }
  458. },
  459. "core/search": {
  460. "css": "&.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:999px;}& .wp-block-search__inside-wrapper{border-radius:999px;}& :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-element-button.has-icon{padding:0.375rem;}"
  461. },
  462. "core/separator": {
  463. "border": {
  464. "color": "currentColor",
  465. "style": "solid",
  466. "width": "0 0 1px 0"
  467. },
  468. "color": {
  469. "text": "var(--wp--preset--color--foreground)"
  470. }
  471. },
  472. "core/site-title": {
  473. "elements": {
  474. "link": {
  475. ":hover": {
  476. "typography": {
  477. "textDecoration": "underline"
  478. }
  479. },
  480. "typography": {
  481. "textDecoration": "none"
  482. }
  483. }
  484. },
  485. "typography": {
  486. "fontSize": "var(--wp--preset--font-size--medium)",
  487. "fontWeight": "700",
  488. "lineHeight": "1.388888889"
  489. }
  490. },
  491. "core/tag-cloud": {
  492. "css": ".wp-block-tag-cloud.is-style-outline{font-size:var(--wp--preset--font-size--small)}&.wp-block-tag-cloud.is-style-outline a {border-radius: 999px;padding: 0 1rem;}&.wp-block-tag-cloud.is-style-outline a:hover {color: var(--wp--preset--color--base);background-color: var(--wp--preset--color--primary);}"
  493. },
  494. "core/term-description": {
  495. "css": ".wp-block-term-description p+p{margin-top:1.25rem;}"
  496. }
  497. },
  498. "color": {
  499. "background": "var(--wp--preset--color--background)",
  500. "text": "var(--wp--preset--color--foreground)"
  501. },
  502. "elements": {
  503. "button": {
  504. ":active": {
  505. "color": {
  506. "background": "var(--wp--preset--color--primary)",
  507. "text": "var(--wp--preset--color--background)"
  508. }
  509. },
  510. ":focus": {
  511. "color": {
  512. "background": "var(--wp--preset--color--secondary)",
  513. "text": "var(--wp--preset--color--background)"
  514. }
  515. },
  516. ":hover": {
  517. "color": {
  518. "background": "var(--wp--preset--color--secondary)",
  519. "text": "var(--wp--preset--color--background)"
  520. }
  521. },
  522. "border": {
  523. "radius": "9999px"
  524. },
  525. "color": {
  526. "background": "var(--wp--preset--color--primary)",
  527. "text": "var(--wp--preset--color--background)"
  528. },
  529. "spacing": {
  530. "padding": {
  531. "bottom": "0.375rem",
  532. "left": "1.5rem",
  533. "right": "1.5rem",
  534. "top": "0.375rem"
  535. }
  536. }
  537. },
  538. "h1": {
  539. "typography": {
  540. "fontSize": "var(--wp--preset--font-size--large)",
  541. "lineHeight": "1.350308642"
  542. }
  543. },
  544. "h2": {
  545. "typography": {
  546. "fontSize": "var(--wp--preset--font-size--medium)",
  547. "lineHeight": "1.388888889"
  548. }
  549. },
  550. "h3": {
  551. "typography": {
  552. "fontSize": "var(--wp--preset--font-size--small)",
  553. "lineHeight": "calc(1em + 0.5rem)"
  554. }
  555. },
  556. "h4": {
  557. "typography": {
  558. "fontSize": "var(--wp--preset--font-size--x-small)",
  559. "lineHeight": "1.2"
  560. }
  561. },
  562. "h5": {
  563. "typography": {
  564. "fontSize": "var(--wp--preset--font-size--x-small)",
  565. "lineHeight": "1.2",
  566. "textTransform": "uppercase"
  567. }
  568. },
  569. "h6": {
  570. "typography": {
  571. "fontSize": "var(--wp--preset--font-size--x-small)",
  572. "fontWeight": 400,
  573. "lineHeight": "1.2"
  574. }
  575. },
  576. "heading": {
  577. "typography": {
  578. "fontFamily": "var(--wp--preset--font-family--archivo)",
  579. "fontWeight": "700"
  580. }
  581. },
  582. "link": {
  583. ":hover": {
  584. "typography": {
  585. "textDecoration": "none"
  586. }
  587. },
  588. "color": {
  589. "text": "var(--wp--preset--color--primary)"
  590. }
  591. }
  592. },
  593. "spacing": {
  594. "blockGap": "var(--wp--preset--spacing--50)",
  595. "padding": {
  596. "left": "var(--wp--preset--spacing--50)",
  597. "right": "var(--wp--preset--spacing--50)"
  598. }
  599. },
  600. "typography": {
  601. "fontFamily": "var(--wp--preset--font-family--archivo)",
  602. "fontSize": "var(--wp--preset--font-size--small)",
  603. "lineHeight": "1.666666667"
  604. }
  605. },
  606. "templateParts": [
  607. {
  608. "area": "header",
  609. "name": "header",
  610. "title": "Header"
  611. },
  612. {
  613. "area": "footer",
  614. "name": "footer",
  615. "title": "Footer"
  616. }
  617. ],
  618. "version": 2,
  619. "$schema": "https://schemas.wp.org/trunk/theme.json"
  620. }