123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- {
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "version": 2,
- "title": "Pilgrimage",
- "settings": {
- "color": {
- "duotone": [
- {
- "colors": [
- "#222828",
- "#9EF9FD"
- ],
- "slug": "default-filter",
- "name": "Default filter"
- }
- ],
- "gradients": [
- {
- "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--secondary) 100%)",
- "name": "Primary to Secondary",
- "slug": "primary-secondary"
- },
- {
- "gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--primary) 100%)",
- "name": "Secondary to Primary",
- "slug": "secondary-primary"
- },
- {
- "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)",
- "name": "Tertiary to Secondary",
- "slug": "tertiary-secondary"
- },
- {
- "gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)",
- "name": "Tertiary to Primary",
- "slug": "tertiary-primary"
- },
- {
- "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
- "name": "Base to Primary",
- "slug": "base-primary"
- },
- {
- "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%)",
- "name": "Dots",
- "slug": "dots"
- }
- ],
- "palette": [
- {
- "color": "#222828",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#ffffff",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "#53ED85",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#9EF9FD",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#D8E202",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/comment-author-name": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- }
- }
- }
- }
- },
- "core/comment-date": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "underline"
- }
- }
- }
- }
- },
- "core/comment-edit-link": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- }
- }
- }
- }
- },
- "core/comments-pagination": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "underline"
- }
- }
- }
- },
- "core/image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- },
- "core/navigation": {
- "elements": {
- "link": {
- ":active": {
- "typography": {
- "textDecoration": "underline dashed"
- }
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "underline"
- }
- }
- }
- },
- "core/paragraph": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "elements": {
- "link": {
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- }
- }
- }
- }
- },
- "core/post-content": {
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- }
- },
- "core/post-date": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none",
- "fontStyle": "italic"
- }
- }
- }
- },
- "core/post-featured-image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "underline"
- }
- }
- }
- },
- "core/query-pagination": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "underline"
- }
- }
- }
- },
- "core/separator": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- }
- },
- "typography": {
- "fontStyle": "italic",
- "fontWeight": "700"
- }
- }
- },
- "color": {
- "gradient": "var(--wp--preset--gradient--dots)"
- },
- "elements": {
- "button": {
- ":active": {
- "color": {
- "background": "var(--wp--preset--color--secondary)",
- "gradient": "none"
- }
- },
- ":focus": {
- "color": {
- "gradient": "var(--wp--preset--gradient--secondary-primary)"
- }
- },
- ":hover": {
- "color": {
- "gradient": "var(--wp--preset--gradient--secondary-primary)"
- }
- },
- ":visited": {
- "color": {
- "text": "var(--wp--preset--color--base)"
- }
- },
- "border": {
- "radius": "5px"
- },
- "color": {
- "gradient": "var(--wp--preset--gradient--primary-secondary)",
- "text": "var(--wp--preset--color--base)"
- }
- },
- "h1": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- },
- "h2": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- },
- "h3": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "h4": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "h5": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "h6": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "heading": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "link": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- ":hover": {
- "color": {
- "text":"var(--wp--preset--color--tertiary)"
- }
- },
- ":focus": {
- "color": {
- "text":"var(--wp--preset--color--tertiary)"
- }
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- }
- }
- }
- }
- }
- }
|