theme.json 6.2 KB

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