pilgrimage.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/theme.json",
  3. "version": 2,
  4. "title": "Pilgrimage",
  5. "settings": {
  6. "color": {
  7. "duotone": [
  8. {
  9. "colors": [
  10. "#222828",
  11. "#9EF9FD"
  12. ],
  13. "slug": "default-filter",
  14. "name": "Default filter"
  15. }
  16. ],
  17. "gradients": [
  18. {
  19. "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--secondary) 100%)",
  20. "name": "Primary to Secondary",
  21. "slug": "primary-secondary"
  22. },
  23. {
  24. "gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--primary) 100%)",
  25. "name": "Secondary to Primary",
  26. "slug": "secondary-primary"
  27. },
  28. {
  29. "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)",
  30. "name": "Tertiary to Secondary",
  31. "slug": "tertiary-secondary"
  32. },
  33. {
  34. "gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)",
  35. "name": "Tertiary to Primary",
  36. "slug": "tertiary-primary"
  37. },
  38. {
  39. "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
  40. "name": "Base to Primary",
  41. "slug": "base-primary"
  42. },
  43. {
  44. "gradient": "radial-gradient(circle at 5px 5px,#0c0d0d70 2px,#ffffff00 0px,#ffffff00 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,#000000 200%)",
  45. "name": "Dots",
  46. "slug": "dots"
  47. }
  48. ],
  49. "palette": [
  50. {
  51. "color": "#222828",
  52. "name": "Base",
  53. "slug": "base"
  54. },
  55. {
  56. "color": "#ffffff",
  57. "name": "Contrast",
  58. "slug": "contrast"
  59. },
  60. {
  61. "color": "#53ED85",
  62. "name": "Primary",
  63. "slug": "primary"
  64. },
  65. {
  66. "color": "#9EF9FD",
  67. "name": "Secondary",
  68. "slug": "secondary"
  69. },
  70. {
  71. "color": "#D8E202",
  72. "name": "Tertiary",
  73. "slug": "tertiary"
  74. }
  75. ]
  76. }
  77. },
  78. "styles": {
  79. "blocks": {
  80. "core/comment-author-name": {
  81. "elements": {
  82. "link": {
  83. ":active": {
  84. "color": {
  85. "text": "var(--wp--preset--color--tertiary)"
  86. }
  87. }
  88. }
  89. }
  90. },
  91. "core/comment-date": {
  92. "elements": {
  93. "link": {
  94. ":active": {
  95. "color": {
  96. "text": "var(--wp--preset--color--tertiary)"
  97. },
  98. "typography": {
  99. "textDecoration": "underline"
  100. }
  101. }
  102. }
  103. }
  104. },
  105. "core/comment-edit-link": {
  106. "elements": {
  107. "link": {
  108. ":active": {
  109. "color": {
  110. "text": "var(--wp--preset--color--tertiary)"
  111. }
  112. }
  113. }
  114. }
  115. },
  116. "core/comments-pagination": {
  117. "elements": {
  118. "link": {
  119. "typography": {
  120. "textDecoration": "underline"
  121. }
  122. }
  123. }
  124. },
  125. "core/image": {
  126. "filter": {
  127. "duotone": "var(--wp--preset--duotone--default-filter)"
  128. }
  129. },
  130. "core/navigation": {
  131. "elements": {
  132. "link": {
  133. ":active": {
  134. "typography": {
  135. "textDecoration": "underline dashed"
  136. }
  137. },
  138. "color": {
  139. "text": "var(--wp--preset--color--primary)"
  140. },
  141. "typography": {
  142. "textDecoration": "underline"
  143. }
  144. }
  145. }
  146. },
  147. "core/paragraph": {
  148. "color": {
  149. "text": "var(--wp--preset--color--contrast)"
  150. },
  151. "elements": {
  152. "link": {
  153. ":hover": {
  154. "color": {
  155. "text": "var(--wp--preset--color--tertiary)"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "core/post-content": {
  162. "elements": {
  163. "link": {
  164. "color": {
  165. "text": "var(--wp--preset--color--primary)"
  166. }
  167. }
  168. }
  169. },
  170. "core/post-date": {
  171. "elements": {
  172. "link": {
  173. "typography": {
  174. "textDecoration": "none",
  175. "fontStyle": "italic"
  176. }
  177. }
  178. }
  179. },
  180. "core/post-featured-image": {
  181. "filter": {
  182. "duotone": "var(--wp--preset--duotone--default-filter)"
  183. }
  184. },
  185. "core/post-title": {
  186. "elements": {
  187. "link": {
  188. ":active": {
  189. "color": {
  190. "text": "var(--wp--preset--color--tertiary)"
  191. },
  192. "typography": {
  193. "textDecoration": "underline"
  194. }
  195. },
  196. "typography": {
  197. "textDecoration": "underline"
  198. }
  199. }
  200. }
  201. },
  202. "core/query-pagination": {
  203. "elements": {
  204. "link": {
  205. "typography": {
  206. "textDecoration": "underline"
  207. }
  208. }
  209. }
  210. },
  211. "core/separator": {
  212. "color": {
  213. "text": "var(--wp--preset--color--secondary)"
  214. }
  215. },
  216. "core/site-title": {
  217. "elements": {
  218. "link": {
  219. ":active": {
  220. "color": {
  221. "text": "var(--wp--preset--color--primary)"
  222. }
  223. }
  224. }
  225. },
  226. "typography": {
  227. "fontStyle": "italic",
  228. "fontWeight": "700"
  229. }
  230. }
  231. },
  232. "color": {
  233. "gradient": "var(--wp--preset--gradient--dots)"
  234. },
  235. "elements": {
  236. "button": {
  237. ":active": {
  238. "color": {
  239. "background": "var(--wp--preset--color--secondary)",
  240. "gradient": "none"
  241. }
  242. },
  243. ":focus": {
  244. "color": {
  245. "gradient": "var(--wp--preset--gradient--secondary-primary)"
  246. }
  247. },
  248. ":hover": {
  249. "color": {
  250. "gradient": "var(--wp--preset--gradient--secondary-primary)"
  251. }
  252. },
  253. ":visited": {
  254. "color": {
  255. "text": "var(--wp--preset--color--base)"
  256. }
  257. },
  258. "border": {
  259. "radius": "5px"
  260. },
  261. "color": {
  262. "gradient": "var(--wp--preset--gradient--primary-secondary)",
  263. "text": "var(--wp--preset--color--base)"
  264. }
  265. },
  266. "h1": {
  267. "color": {
  268. "text": "var(--wp--preset--color--contrast)"
  269. }
  270. },
  271. "h2": {
  272. "color": {
  273. "text": "var(--wp--preset--color--contrast)"
  274. }
  275. },
  276. "h3": {
  277. "color": {
  278. "text": "var(--wp--preset--color--primary)"
  279. }
  280. },
  281. "h4": {
  282. "color": {
  283. "text": "var(--wp--preset--color--primary)"
  284. }
  285. },
  286. "h5": {
  287. "color": {
  288. "text": "var(--wp--preset--color--primary)"
  289. }
  290. },
  291. "h6": {
  292. "color": {
  293. "text": "var(--wp--preset--color--primary)"
  294. }
  295. },
  296. "heading": {
  297. "color": {
  298. "text": "var(--wp--preset--color--primary)"
  299. }
  300. },
  301. "link": {
  302. "color": {
  303. "text": "var(--wp--preset--color--primary)"
  304. },
  305. ":hover": {
  306. "color": {
  307. "text":"var(--wp--preset--color--tertiary)"
  308. }
  309. },
  310. ":focus": {
  311. "color": {
  312. "text":"var(--wp--preset--color--tertiary)"
  313. }
  314. },
  315. ":active": {
  316. "color": {
  317. "text": "var(--wp--preset--color--tertiary)"
  318. }
  319. }
  320. }
  321. }
  322. }
  323. }