theme.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  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": "#3efdfd",
  18. "name": "Primary",
  19. "slug": "primary"
  20. },
  21. {
  22. "color": "#000000",
  23. "name": "Secondary",
  24. "slug": "secondary"
  25. },
  26. {
  27. "color": "#111111",
  28. "name": "Foreground",
  29. "slug": "foreground"
  30. },
  31. {
  32. "color": "#ffffff",
  33. "name": "Background",
  34. "slug": "background"
  35. },
  36. {
  37. "color": "#78ffff",
  38. "name": "Tertiary",
  39. "slug": "tertiary"
  40. }
  41. ]
  42. },
  43. "layout": {
  44. "contentSize": "800px",
  45. "wideSize": "1200px"
  46. },
  47. "spacing": {
  48. "units": [
  49. "%",
  50. "px",
  51. "em",
  52. "rem",
  53. "vh",
  54. "vw"
  55. ]
  56. },
  57. "typography": {
  58. "fluid": true,
  59. "fontFamilies": [
  60. {
  61. "fontFace": [
  62. {
  63. "fontDisplay": "block",
  64. "fontFamily": "DM Mono",
  65. "fontStretch": "normal",
  66. "fontStyle": "normal",
  67. "src": [
  68. "file:./assets/fonts/DMMono-Regular.ttf"
  69. ]
  70. }
  71. ],
  72. "fontFamily": "'DM Mono', monospace",
  73. "name": "DM Mono",
  74. "slug": "dm-mono"
  75. },
  76. {
  77. "fontFace": [
  78. {
  79. "fontDisplay": "block",
  80. "fontFamily": "Rubik",
  81. "fontStretch": "normal",
  82. "fontStyle": "normal",
  83. "fontWeight": "400",
  84. "src": [
  85. "file:./assets/fonts/Rubik-Regular.woff2"
  86. ]
  87. },
  88. {
  89. "fontDisplay": "block",
  90. "fontFamily": "Rubik",
  91. "fontStretch": "normal",
  92. "fontStyle": "normal",
  93. "fontWeight": "500",
  94. "src": [
  95. "file:./assets/fonts/Rubik-Medium.woff2"
  96. ]
  97. }
  98. ],
  99. "fontFamily": "Rubik, sans-serif",
  100. "name": "Rubik",
  101. "slug": "rubik"
  102. }
  103. ],
  104. "fontSizes": [
  105. {
  106. "fluid": {
  107. "max": "1rem",
  108. "min": "0.75rem"
  109. },
  110. "name": "Tiny",
  111. "size": "0.9rem",
  112. "slug": "x-small"
  113. },
  114. {
  115. "fluid": false,
  116. "name": "Small",
  117. "size": "1rem",
  118. "slug": "small"
  119. },
  120. {
  121. "fluid": false,
  122. "name": "Medium",
  123. "size": "1.125rem",
  124. "slug": "medium"
  125. },
  126. {
  127. "fluid": false,
  128. "name": "Large",
  129. "size": "1.37rem",
  130. "slug": "large"
  131. },
  132. {
  133. "fluid": {
  134. "max": "2.25rem",
  135. "min": "1.75rem"
  136. },
  137. "name": "Extra Large",
  138. "size": "2rem",
  139. "slug": "x-large"
  140. },
  141. {
  142. "fluid": {
  143. "max": "3rem",
  144. "min": "2.25rem"
  145. },
  146. "name": "Huge",
  147. "size": "2.25rem",
  148. "slug": "xx-large"
  149. }
  150. ]
  151. },
  152. "useRootPaddingAwareAlignments": true
  153. },
  154. "styles": {
  155. "blocks": {
  156. "core/code": {
  157. "border": {
  158. "color": "#CCCCCC",
  159. "radius": "0px",
  160. "style": "solid",
  161. "width": "2px"
  162. },
  163. "spacing": {
  164. "padding": {
  165. "bottom": "var(--wp--preset--spacing--50)",
  166. "left": "var(--wp--preset--spacing--50)",
  167. "right": "var(--wp--preset--spacing--50)",
  168. "top": "var(--wp--preset--spacing--50)"
  169. }
  170. },
  171. "typography": {
  172. "fontFamily": "monospace"
  173. }
  174. },
  175. "core/comment-author-name": {
  176. "typography": {
  177. "fontSize": "var(--wp--preset--font-size--small)"
  178. }
  179. },
  180. "core/comment-date": {
  181. "typography": {
  182. "fontSize": "var(--wp--preset--font-size--small)"
  183. }
  184. },
  185. "core/comment-edit-link": {
  186. "typography": {
  187. "fontSize": "var(--wp--preset--font-size--small)"
  188. }
  189. },
  190. "core/comment-reply-link": {
  191. "typography": {
  192. "fontSize": "var(--wp--preset--font-size--small)",
  193. "textDecoration": "underline"
  194. }
  195. },
  196. "core/comments-title": {
  197. "typography": {
  198. "fontSize": "var(--wp--preset--font-size--large)"
  199. }
  200. },
  201. "core/gallery": {
  202. "spacing": {
  203. "margin": {
  204. "bottom": "var(--wp--preset--spacing--50)"
  205. }
  206. }
  207. },
  208. "core/list": {
  209. "spacing": {
  210. "padding": {
  211. "left": "var(--wp--preset--spacing--70)"
  212. }
  213. }
  214. },
  215. "core/navigation": {
  216. "typography": {
  217. "textTransform": "uppercase"
  218. }
  219. },
  220. "core/post-author": {
  221. "typography": {
  222. "textTransform": "uppercase"
  223. }
  224. },
  225. "core/post-content": {
  226. "elements": {
  227. "link": {
  228. "typography": {
  229. "textDecoration": "underline"
  230. }
  231. }
  232. }
  233. },
  234. "core/post-date": {
  235. "typography": {
  236. "textTransform": "uppercase"
  237. }
  238. },
  239. "core/post-terms": {
  240. "typography": {
  241. "textTransform": "uppercase"
  242. }
  243. },
  244. "core/post-title": {
  245. "spacing": {
  246. "margin": {
  247. "bottom": "0"
  248. }
  249. }
  250. },
  251. "core/pullquote": {
  252. "border": {
  253. "style": "solid",
  254. "width": "1px 0"
  255. },
  256. "spacing": {
  257. "padding": {
  258. "bottom": "var(--wp--preset--spacing--50)",
  259. "left": "var(--wp--preset--spacing--50)",
  260. "right": "var(--wp--preset--spacing--50)",
  261. "top": "var(--wp--preset--spacing--50)"
  262. }
  263. },
  264. "typography": {
  265. "fontSize": "var(--wp--preset--font-size--large)",
  266. "fontStyle": "normal"
  267. },
  268. "elements": {
  269. "cite": {
  270. "typography": {
  271. "fontStyle": "normal",
  272. "textTransform": "uppercase",
  273. "letterSpacing": "0.15em",
  274. "fontSize": "var(--wp--preset--font-size--small)"
  275. }
  276. }
  277. }
  278. },
  279. "core/query-pagination": {
  280. "typography": {
  281. "fontFamily": "rubik",
  282. "fontSize": "var(--wp--preset--font-size--large)",
  283. "fontWeight": "500",
  284. "textTransform": "uppercase"
  285. }
  286. },
  287. "core/quote": {
  288. "border": {
  289. "color": "var(--wp--preset--color--primary)",
  290. "style": "solid",
  291. "width": "0 0 0 1px"
  292. },
  293. "spacing": {
  294. "padding": {
  295. "left": "var(--wp--preset--spacing--50)"
  296. }
  297. },
  298. "typography": {
  299. "fontStyle": "normal",
  300. "fontSize": "var(--wp--preset--font-size--large)"
  301. },
  302. "elements": {
  303. "cite": {
  304. "typography": {
  305. "fontStyle": "normal",
  306. "textTransform": "uppercase",
  307. "letterSpacing": "0.15em",
  308. "fontSize": "var(--wp--preset--font-size--small)"
  309. }
  310. }
  311. }
  312. },
  313. "core/search": {
  314. "typography": {
  315. "fontSize": "var(--wp--preset--font-size--medium)",
  316. "lineHeight": "1.6"
  317. }
  318. },
  319. "core/separator": {
  320. "border": {
  321. "color": "currentColor",
  322. "style": "solid",
  323. "width": "0 0 1px 0"
  324. },
  325. "color": {
  326. "text": "var(--wp--preset--color--foreground)"
  327. }
  328. },
  329. "core/site-tagline": {
  330. "typography": {
  331. "fontSize": "var(--wp--preset--font-size--x-small)"
  332. }
  333. },
  334. "core/site-title": {
  335. "color": {
  336. "text": "var(--wp--preset--color--foreground)"
  337. },
  338. "typography": {
  339. "fontFamily": "var(--wp--preset--font-family--rubik)",
  340. "fontSize": "var(--wp--preset--font-size--x-large)",
  341. "fontWeight": "700",
  342. "textDecoration": "none"
  343. }
  344. }
  345. },
  346. "color": {
  347. "background": "var(--wp--preset--color--background)",
  348. "text": "var(--wp--preset--color--foreground)"
  349. },
  350. "elements": {
  351. "button": {
  352. ":active": {
  353. "color": {
  354. "background": "var(--wp--preset--color--primary)",
  355. "text": "var(--wp--preset--color--foreground)"
  356. }
  357. },
  358. ":focus": {
  359. "color": {
  360. "background": "var(--wp--preset--color--primary)",
  361. "text": "var(--wp--preset--color--foreground)"
  362. },
  363. "outline": {
  364. "color": "var(--wp--preset--color--secondary)",
  365. "offset": "2px",
  366. "style": "dotted",
  367. "width": "2px"
  368. }
  369. },
  370. ":hover": {
  371. "color": {
  372. "background": "var(--wp--preset--color--primary)",
  373. "text": "var(--wp--preset--color--foreground)"
  374. }
  375. },
  376. "border": {
  377. "radius": "0"
  378. },
  379. "color": {
  380. "background": "var(--wp--preset--color--foreground)",
  381. "text": "var(--wp--preset--color--background)"
  382. },
  383. "typography": {
  384. "textTransform": "uppercase"
  385. }
  386. },
  387. "h1": {
  388. "typography": {
  389. "fontSize": "clamp(3rem, 1.6153846153846154rem + 2.8846153846153846vw, 4.5rem)",
  390. "lineHeight": "1.1"
  391. }
  392. },
  393. "h2": {
  394. "typography": {
  395. "fontSize": "clamp(2rem, 0.15384615384615374rem + 3.8461538461538463vw, 4rem)",
  396. "lineHeight": "1.1"
  397. }
  398. },
  399. "h3": {
  400. "typography": {
  401. "fontSize": "var(--wp--preset--font-size--x-large)",
  402. "lineHeight": "1.2"
  403. }
  404. },
  405. "h4": {
  406. "typography": {
  407. "fontSize": "var(--wp--preset--font-size--medium)"
  408. }
  409. },
  410. "h5": {
  411. "typography": {
  412. "fontSize": "var(--wp--preset--font-size--medium)",
  413. "fontWeight": "normal"
  414. }
  415. },
  416. "h6": {
  417. "typography": {
  418. "fontSize": "var(--wp--preset--font-size--small)",
  419. "fontWeight": "normal"
  420. }
  421. },
  422. "heading": {
  423. "typography": {
  424. "fontFamily": "var(--wp--preset--font-family--rubik)",
  425. "fontWeight": "500",
  426. "lineHeight": "1.6",
  427. "textTransform": "uppercase"
  428. }
  429. },
  430. "link": {
  431. ":active": {
  432. "color": {
  433. "background": "var(--wp--preset--color--foreground)",
  434. "text": "var(--wp--preset--color--background)"
  435. },
  436. "typography": {
  437. "textDecoration": "none"
  438. }
  439. },
  440. ":focus": {
  441. "color": {
  442. "background": "var(--wp--preset--color--primary)",
  443. "text": "var(--wp--preset--color--foreground)"
  444. },
  445. "outline": {
  446. "color": "var(--wp--preset--color--foreground)",
  447. "offset": "2px",
  448. "style": "dotted",
  449. "width": "2px"
  450. },
  451. "typography": {
  452. "textDecoration": "none"
  453. }
  454. },
  455. ":hover": {
  456. "color": {
  457. "background": "var(--wp--preset--color--primary)",
  458. "text": "var(--wp--preset--color--foreground)"
  459. },
  460. "typography": {
  461. "textDecoration": "none"
  462. }
  463. },
  464. "color": {
  465. "text": "var(--wp--preset--color--foreground)"
  466. },
  467. "typography": {
  468. "textDecoration": "none"
  469. }
  470. }
  471. },
  472. "spacing": {
  473. "blockGap": "1.5rem",
  474. "padding": {
  475. "left": "clamp(1.25rem, 1.25rem + ((1vw - 0.5rem) * 13) , 8rem)",
  476. "right": "clamp(1.25rem, 1.25rem + ((1vw - 0.5rem) * 13) , 8rem)"
  477. }
  478. },
  479. "typography": {
  480. "fontFamily": "var(--wp--preset--font-family--dm-mono)",
  481. "fontSize": "var(--wp--preset--font-size--medium)",
  482. "lineHeight": "1.6"
  483. }
  484. },
  485. "templateParts": [
  486. {
  487. "area": "header",
  488. "name": "header"
  489. },
  490. {
  491. "area": "footer",
  492. "name": "footer"
  493. }
  494. ],
  495. "version": 2,
  496. "$schema": "https://schemas.wp.org/trunk/theme.json"
  497. }