sherbet.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Sherbet",
  5. "settings": {
  6. "color": {
  7. "duotone": [
  8. {
  9. "colors": [
  10. "#FF99FF",
  11. "#FFFF99",
  12. "#99FFFF"
  13. ],
  14. "name": "Default filter",
  15. "slug": "default-filter"
  16. }
  17. ],
  18. "gradients": [
  19. {
  20. "gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--tertiary) 100%)",
  21. "name": "Primary to Secondary to Tertiary",
  22. "slug": "primary-secondary-tertiary"
  23. },
  24. {
  25. "gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--tertiary) 100%) fixed",
  26. "name": "Primary to Secondary to Tertiary Fixed",
  27. "slug": "primary-secondary-tertiary-fixed"
  28. },
  29. {
  30. "gradient": "linear-gradient(135deg, var(--wp--preset--color--tertiary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--primary) 100%) fixed",
  31. "name": "Tertiary to Secondary to Primary Fixed",
  32. "slug": "tertiary-secondary-primary-fixed"
  33. }
  34. ],
  35. "palette": [
  36. {
  37. "color": "#FFFFFF",
  38. "name": "Base",
  39. "slug": "base"
  40. },
  41. {
  42. "color": "#000000",
  43. "name": "Contrast",
  44. "slug": "contrast"
  45. },
  46. {
  47. "color": "#FFCCFF",
  48. "name": "Primary",
  49. "slug": "primary"
  50. },
  51. {
  52. "color": "#FFFFCC",
  53. "name": "Secondary",
  54. "slug": "secondary"
  55. },
  56. {
  57. "color": "#CCFFFF",
  58. "name": "Tertiary",
  59. "slug": "tertiary"
  60. }
  61. ]
  62. },
  63. "typography": {
  64. "fontSizes": [
  65. {
  66. "fluid": false,
  67. "size": "0.75rem",
  68. "slug": "x-small"
  69. },
  70. {
  71. "fluid": {
  72. "min": "0.875rem",
  73. "max": "1rem"
  74. },
  75. "size": "1rem",
  76. "slug": "small"
  77. },
  78. {
  79. "fluid": {
  80. "min": "1rem",
  81. "max": "1.125rem"
  82. },
  83. "size": "1.125rem",
  84. "slug": "medium"
  85. },
  86. {
  87. "fluid": {
  88. "min": "1.5rem",
  89. "max": "1.75rem"
  90. },
  91. "size": "1.75rem",
  92. "slug": "large"
  93. },
  94. {
  95. "fluid": {
  96. "min": "2rem",
  97. "max": "2.25rem"
  98. },
  99. "size": "2.25rem",
  100. "slug": "x-large"
  101. },
  102. {
  103. "fluid": {
  104. "min": "2.5rem",
  105. "max": "2.75rem"
  106. },
  107. "size": "2.75rem",
  108. "slug": "xx-large"
  109. }
  110. ]
  111. }
  112. },
  113. "styles": {
  114. "blocks": {
  115. "core/comments": {
  116. "elements": {
  117. "link": {
  118. ":active": {
  119. "color": {
  120. "text": "var(--wp--preset--color--contrast)"
  121. }
  122. }
  123. }
  124. }
  125. },
  126. "core/comment-author-name": {
  127. "typography": {
  128. "fontSize": "var(--wp--preset--font-size--medium)",
  129. "textTransform": "initial"
  130. }
  131. },
  132. "core/comment-content": {
  133. "typography": {
  134. "fontSize": "var(--wp--preset--font-size--medium)",
  135. "textTransform": "initial"
  136. }
  137. },
  138. "core/navigation": {
  139. "typography": {
  140. "fontSize": "var(--wp--preset--font-size--small)",
  141. "fontWeight": "500",
  142. "textTransform": "uppercase"
  143. }
  144. },
  145. "core/post-content": {
  146. "elements": {
  147. "link": {
  148. "color": {
  149. "text": "var(--wp--preset--color--contrast)"
  150. },
  151. ":active": {
  152. "color": {
  153. "text": "var(--wp--preset--color--contrast)"
  154. }
  155. }
  156. }
  157. }
  158. },
  159. "core/post-date": {
  160. "typography": {
  161. "textTransform": "uppercase"
  162. }
  163. },
  164. "core/post-featured-image": {
  165. "filter": {
  166. "duotone": "var(--wp--preset--duotone--default-filter)"
  167. },
  168. "border": {
  169. "color": "var(--wp--preset--color--tertiary)",
  170. "style": "solid"
  171. }
  172. },
  173. "core/post-title": {
  174. "typography": {
  175. "fontWeight": "500",
  176. "textTransform": "uppercase"
  177. }
  178. },
  179. "core/site-title": {
  180. "typography": {
  181. "fontWeight": "500"
  182. }
  183. },
  184. "core/template-part": {
  185. "typography": {
  186. "fontSize": "var(--wp--preset--font-size--x-small)",
  187. "fontWeight": "400",
  188. "textTransform": "uppercase"
  189. }
  190. }
  191. },
  192. "color": {
  193. "gradient": "var(--wp--preset--gradient--primary-secondary-tertiary)"
  194. },
  195. "elements": {
  196. "button": {
  197. "border": {
  198. "color": "var(--wp--preset--color--contrast)",
  199. "radius": "99999px",
  200. "style": "solid",
  201. "width": "2px"
  202. },
  203. "color": {
  204. "background": "var(--wp--preset--color--base)",
  205. "gradient": "var(--wp--preset--gradient--primary-secondary-tertiary-fixed)",
  206. "text": "var(--wp--preset--color--contrast)"
  207. },
  208. "typography": {
  209. "fontSize": "var(--wp--preset--font-size--x-small)",
  210. "fontWeight": "400",
  211. "textTransform": "uppercase"
  212. },
  213. ":hover": {
  214. "color": {
  215. "gradient": "var(--wp--preset--gradient--tertiary-secondary-primary-fixed)",
  216. "text": "var(--wp--preset--color--contrast)"
  217. }
  218. },
  219. ":focus": {
  220. "color": {
  221. "background": "var(--wp--preset--color--contrast)",
  222. "gradient": "none"
  223. }
  224. },
  225. ":active": {
  226. "color": {
  227. "background": "var(--wp--preset--color--contrast)",
  228. "gradient": "none"
  229. }
  230. }
  231. },
  232. "heading": {
  233. "typography": {
  234. "fontWeight": "500"
  235. }
  236. }
  237. },
  238. "typography": {
  239. "fontSize": "var(--wp--preset--font-size--small)",
  240. "fontFamily": "var(--wp--preset--font-family--inter)"
  241. }
  242. }
  243. }