aubergine.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Aubergine",
  5. "settings": {
  6. "color": {
  7. "gradients": [
  8. {
  9. "gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--base) 100%)",
  10. "name": "Secondary to Base",
  11. "slug": "secondary-base"
  12. },
  13. {
  14. "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 min(24rem, 10%), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)",
  15. "name": "Base to Secondary to Base",
  16. "slug": "base-secondary-base"
  17. },
  18. {
  19. "gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%);",
  20. "name": "Tertiary to Primary",
  21. "slug": "tertiary-primary"
  22. },
  23. {
  24. "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%);",
  25. "name": "Primary to Tertiary",
  26. "slug": "primary-tertiary"
  27. }
  28. ],
  29. "palette": [
  30. {
  31. "color": "#1B1031",
  32. "name": "Base",
  33. "slug": "base"
  34. },
  35. {
  36. "color": "#FFFFFF",
  37. "name": "Contrast",
  38. "slug": "contrast"
  39. },
  40. {
  41. "color": "#FF746D",
  42. "name": "Primary",
  43. "slug": "primary"
  44. },
  45. {
  46. "color": "#551C5E",
  47. "name": "Secondary",
  48. "slug": "secondary"
  49. },
  50. {
  51. "color": "#FB326B",
  52. "name": "Tertiary",
  53. "slug": "tertiary"
  54. }
  55. ]
  56. },
  57. "typography": {
  58. "fontSizes": [
  59. {
  60. "fluid": {
  61. "min": "0.875rem",
  62. "max": "1rem"
  63. },
  64. "size": "1rem",
  65. "slug": "small"
  66. },
  67. {
  68. "fluid": {
  69. "min": "1rem",
  70. "max": "1.125rem"
  71. },
  72. "size": "1.125rem",
  73. "slug": "medium"
  74. },
  75. {
  76. "size": "1.75rem",
  77. "slug": "large",
  78. "fluid": false
  79. },
  80. {
  81. "size": "3.25rem",
  82. "slug": "x-large",
  83. "fluid": false
  84. },
  85. {
  86. "size": "10rem",
  87. "slug": "xx-large",
  88. "fluid": {
  89. "min": "4rem",
  90. "max": "20rem"
  91. }
  92. }
  93. ]
  94. }
  95. },
  96. "styles": {
  97. "blocks": {
  98. "core/comment-reply-link": {
  99. "elements": {
  100. "link": {
  101. "color": {
  102. "text": "var(--wp--preset--color--primary)"
  103. },
  104. "typography": {
  105. "fontStyle": "italic"
  106. }
  107. }
  108. }
  109. },
  110. "core/group": {
  111. "border": {
  112. "color": "var(--wp--preset--color--primary)"
  113. }
  114. },
  115. "core/navigation": {
  116. "typography": {
  117. "fontSize": "var(--wp--preset--font-size--medium)"
  118. }
  119. },
  120. "core/post-author": {
  121. "color": {
  122. "text": "var(--wp--preset--color--primary)"
  123. },
  124. "typography": {
  125. "fontStyle": "italic"
  126. }
  127. },
  128. "core/post-content": {
  129. "elements": {
  130. "link": {
  131. "color": {
  132. "text": "var(--wp--preset--color--primary)"
  133. }
  134. }
  135. }
  136. },
  137. "core/post-date": {
  138. "elements": {
  139. "link": {
  140. "color": {
  141. "text": "var(--wp--preset--color--contrast)"
  142. },
  143. "typography": {
  144. "letterSpacing": "0.09rem",
  145. "textTransform": "uppercase"
  146. }
  147. }
  148. }
  149. },
  150. "core/post-terms": {
  151. "elements": {
  152. "link": {
  153. "color": {
  154. "text": "var(--wp--preset--color--primary)"
  155. },
  156. "typography": {
  157. "fontStyle": "italic"
  158. }
  159. }
  160. }
  161. },
  162. "core/post-title": {
  163. "elements": {
  164. "link": {
  165. ":active": {
  166. "color": {
  167. "text": "var(--wp--preset--color--contrast)"
  168. }
  169. }
  170. }
  171. },
  172. "typography": {
  173. "fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)"
  174. }
  175. },
  176. "core/query": {
  177. "elements": {
  178. "h3": {
  179. "color": {
  180. "text": "var(--wp--preset--color--primary)"
  181. },
  182. "typography": {
  183. "fontSize": "var(--wp--preset--font-size--large)",
  184. "fontWeight": "700"
  185. }
  186. },
  187. "link": {
  188. "color": {
  189. "text": "var(--wp--preset--color--primary)"
  190. }
  191. }
  192. }
  193. },
  194. "core/separator": {
  195. "color": {
  196. "text": "var(--wp--preset--color--primary)"
  197. }
  198. },
  199. "core/site-title": {
  200. "border": {
  201. "color": "var(--wp--preset--color--primary)",
  202. "style": "solid",
  203. "width": "0 0 2px 0"
  204. },
  205. "elements": {
  206. "link": {
  207. ":active": {
  208. "color": {
  209. "text": "var(--wp--preset--color--primary)"
  210. }
  211. },
  212. ":focus": {
  213. "color": {
  214. "text": "var(--wp--preset--color--primary)"
  215. },
  216. "typography": {
  217. "textDecoration": "none"
  218. }
  219. },
  220. ":hover": {
  221. "color": {
  222. "text": "var(--wp--preset--color--primary)"
  223. },
  224. "typography": {
  225. "textDecoration": "none"
  226. }
  227. }
  228. }
  229. },
  230. "typography": {
  231. "letterSpacing": "0.09rem",
  232. "textTransform": "uppercase"
  233. }
  234. }
  235. },
  236. "color": {
  237. "gradient": "var(--wp--preset--gradient--base-secondary-base) no-repeat"
  238. },
  239. "elements": {
  240. "button": {
  241. "border": {
  242. "radius": "99999px"
  243. },
  244. "color": {
  245. "gradient": "var(--wp--preset--gradient--tertiary-primary)",
  246. "text": "var(--wp--preset--color--base)"
  247. },
  248. ":hover": {
  249. "color": {
  250. "background": "var(--wp--preset--color--primary)",
  251. "gradient": "none",
  252. "text": "var(--wp--preset--color--secondary)"
  253. }
  254. },
  255. ":focus": {
  256. "color": {
  257. "background": "var(--wp--preset--color--primary)",
  258. "gradient": "none",
  259. "text": "var(--wp--preset--color--secondary)"
  260. }
  261. },
  262. ":active": {
  263. "color": {
  264. "background": "var(--wp--preset--color--primary)",
  265. "gradient": "none",
  266. "text": "var(--wp--preset--color--secondary)"
  267. }
  268. },
  269. ":visited": {
  270. "color": {
  271. "text": "var(--wp--preset--color--base)"
  272. }
  273. }
  274. },
  275. "heading": {
  276. "typography": {
  277. "letterSpacing": "-0.019rem"
  278. }
  279. },
  280. "link": {
  281. ":active": {
  282. "color": {
  283. "text": "var(--wp--preset--color--primary)"
  284. }
  285. }
  286. }
  287. },
  288. "typography": {
  289. "fontFamily": "var(--wp--preset--font-family--dm-sans)"
  290. }
  291. }
  292. }