marigold.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Marigold",
  5. "settings": {
  6. "color": {
  7. "palette": [
  8. {
  9. "color": "#F6F2EC",
  10. "name": "Base",
  11. "slug": "base"
  12. },
  13. {
  14. "color": "#21251F",
  15. "name": "Contrast",
  16. "slug": "contrast"
  17. },
  18. {
  19. "color": "#5B4460",
  20. "name": "Primary",
  21. "slug": "primary"
  22. },
  23. {
  24. "color": "#FCC263",
  25. "name": "Secondary",
  26. "slug": "secondary"
  27. },
  28. {
  29. "color": "#E7A1A9",
  30. "name": "Tertiary",
  31. "slug": "tertiary"
  32. }
  33. ]
  34. },
  35. "layout": {
  36. "wideSize": "1200px"
  37. },
  38. "spacing": {
  39. "spacingSizes": [
  40. {
  41. "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",
  42. "name": "1",
  43. "slug": "30"
  44. },
  45. {
  46. "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",
  47. "name": "2",
  48. "slug": "40"
  49. },
  50. {
  51. "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",
  52. "name": "3",
  53. "slug": "50"
  54. },
  55. {
  56. "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",
  57. "name": "4",
  58. "slug": "60"
  59. },
  60. {
  61. "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",
  62. "name": "5",
  63. "slug": "70"
  64. },
  65. {
  66. "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",
  67. "name": "6",
  68. "slug": "80"
  69. }
  70. ]
  71. },
  72. "typography": {
  73. "fontSizes": [
  74. {
  75. "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",
  76. "name": "Tiny",
  77. "slug": "tiny"
  78. },
  79. {
  80. "size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",
  81. "slug": "small"
  82. },
  83. {
  84. "size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",
  85. "name": "Normal",
  86. "slug": "normal"
  87. },
  88. {
  89. "size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",
  90. "slug": "medium"
  91. },
  92. {
  93. "size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",
  94. "slug": "large"
  95. },
  96. {
  97. "size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",
  98. "slug": "x-large"
  99. },
  100. {
  101. "size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",
  102. "slug": "xx-large"
  103. },
  104. {
  105. "size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",
  106. "name": "Huge",
  107. "slug": "huge"
  108. },
  109. {
  110. "size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",
  111. "name": "Gigantic",
  112. "slug": "gigantic"
  113. }
  114. ]
  115. }
  116. },
  117. "styles": {
  118. "blocks": {
  119. "core/comment-author-name": {
  120. "elements": {
  121. "link": {
  122. ":active": {
  123. "color": {
  124. "text": "var(--wp--preset--color--primary)"
  125. }
  126. }
  127. }
  128. }
  129. },
  130. "core/query": {
  131. "spacing": {
  132. "padding": {
  133. "left": "0",
  134. "right": "0"
  135. }
  136. }
  137. },
  138. "core/post-content": {
  139. "elements": {
  140. "link": {
  141. "color": {
  142. "text": "var(--wp--preset--color--primary)"
  143. }
  144. }
  145. }
  146. },
  147. "core/post-excerpt": {
  148. "typography": {
  149. "fontSize": "var(--wp--preset--font-size--normal)"
  150. }
  151. },
  152. "core/post-title": {
  153. "elements": {
  154. "link": {
  155. "typography": {
  156. "fontSize": "var(--wp--preset--font-size--large)",
  157. "textDecoration": "none"
  158. },
  159. "color": {
  160. "text": "var(--wp--preset--color--primary)"
  161. }
  162. }
  163. },
  164. "spacing": {
  165. "margin": {
  166. "bottom": "var(--wp--preset--spacing--50)",
  167. "top": "var(--wp--preset--spacing--50)"
  168. }
  169. },
  170. "typography": {
  171. "fontWeight": "600"
  172. }
  173. },
  174. "core/pullquote": {
  175. "border": {
  176. "width": "1px 0"
  177. }
  178. },
  179. "core/query-pagination": {
  180. "elements": {
  181. "link": {
  182. "typography": {
  183. "textDecoration": "none"
  184. }
  185. }
  186. },
  187. "typography": {
  188. "fontSize": "var(--wp--preset--font-size--small)",
  189. "fontWeight": "400"
  190. }
  191. },
  192. "core/quote": {
  193. "elements": {
  194. "cite": {
  195. "typography": {
  196. "fontSize": "1.25rem"
  197. }
  198. }
  199. },
  200. "typography": {
  201. "fontSize": "1.625rem",
  202. "lineHeight": "1.5"
  203. }
  204. },
  205. "core/site-title": {
  206. "elements": {
  207. "link": {
  208. "typography": {
  209. "fontSize": "var(--wp--preset--font-size--normal)"
  210. }
  211. }
  212. },
  213. "typography": {
  214. "textTransform": "lowercase"
  215. }
  216. }
  217. },
  218. "elements": {
  219. "h1": {
  220. "typography": {
  221. "fontSize": "var(--wp--preset--font-size--huge)",
  222. "lineHeight": "1.1"
  223. }
  224. },
  225. "h2": {
  226. "typography": {
  227. "fontSize": "var(--wp--preset--font-size--xx-large)",
  228. "lineHeight": "1.2"
  229. }
  230. },
  231. "h3": {
  232. "typography": {
  233. "fontSize": "var(--wp--preset--font-size--x-large)",
  234. "lineHeight": "1.2"
  235. }
  236. },
  237. "h4": {
  238. "typography": {
  239. "fontSize": "var(--wp--preset--font-size--large)",
  240. "fontWeight": "600"
  241. }
  242. },
  243. "h5": {
  244. "typography": {
  245. "fontStyle": "normal",
  246. "fontWeight": "600",
  247. "textTransform": "none"
  248. }
  249. },
  250. "h6": {
  251. "typography": {
  252. "fontSize": "var(--wp--preset--font-size--normal)",
  253. "fontStyle": "normal",
  254. "fontWeight": "600"
  255. }
  256. },
  257. "heading": {
  258. "typography": {
  259. "fontStyle": "italic"
  260. }
  261. },
  262. "link": {
  263. ":active": {
  264. "color": {
  265. "text": "var(--wp--preset--color--primary)"
  266. }
  267. },
  268. ":hover": {
  269. "typography": {
  270. "textDecoration": "none"
  271. }
  272. }
  273. },
  274. "button": {
  275. "border": {
  276. "radius": "50px"
  277. },
  278. "color": {
  279. "background": "var(--wp--preset--color--secondary)"
  280. },
  281. "typography": {
  282. "fontSize": "var(--wp--preset--font-size--normal)"
  283. },
  284. ":hover": {
  285. "color": {
  286. "background": "var(--wp--preset--color--tertiary)",
  287. "text": "var(--wp--preset--color--contrast)"
  288. }
  289. },
  290. ":focus": {
  291. "color": {
  292. "background": "var(--wp--preset--color--primary)"
  293. }
  294. },
  295. ":active": {
  296. "color": {
  297. "background": "var(--wp--preset--color--primary)"
  298. }
  299. }
  300. }
  301. },
  302. "spacing": {
  303. "blockGap": "2.5rem",
  304. "padding": {
  305. "bottom": "var(--wp--preset--spacing--50)",
  306. "left": "var(--wp--preset--spacing--40)",
  307. "right": "var(--wp--preset--spacing--40)",
  308. "top": "var(--wp--preset--spacing--50)"
  309. }
  310. },
  311. "typography": {
  312. "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
  313. "fontSize": "var(--wp--preset--font-size--normal)",
  314. "lineHeight": "1.5"
  315. }
  316. }
  317. }