123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- {
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "version": 2,
- "title": "Sherbet",
- "settings": {
- "color": {
- "duotone": [
- {
- "colors": [
- "#FF99FF",
- "#FFFF99",
- "#99FFFF"
- ],
- "name": "Default filter",
- "slug": "default-filter"
- }
- ],
- "gradients": [
- {
- "gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--tertiary) 100%)",
- "name": "Primary to Secondary to Tertiary",
- "slug": "primary-secondary-tertiary"
- },
- {
- "gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--tertiary) 100%) fixed",
- "name": "Primary to Secondary to Tertiary Fixed",
- "slug": "primary-secondary-tertiary-fixed"
- },
- {
- "gradient": "linear-gradient(135deg, var(--wp--preset--color--tertiary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--primary) 100%) fixed",
- "name": "Tertiary to Secondary to Primary Fixed",
- "slug": "tertiary-secondary-primary-fixed"
- }
- ],
- "palette": [
- {
- "color": "#FFFFFF",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#000000",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "#FFCCFF",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#FFFFCC",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#CCFFFF",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- },
- "typography": {
- "fontSizes": [
- {
- "fluid": false,
- "size": "0.75rem",
- "slug": "x-small"
- },
- {
- "fluid": {
- "min": "0.875rem",
- "max": "1rem"
- },
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "min": "1rem",
- "max": "1.125rem"
- },
- "size": "1.125rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "min": "1.5rem",
- "max": "1.75rem"
- },
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "fluid": {
- "min": "2rem",
- "max": "2.25rem"
- },
- "size": "2.25rem",
- "slug": "x-large"
- },
- {
- "fluid": {
- "min": "2.5rem",
- "max": "2.75rem"
- },
- "size": "2.75rem",
- "slug": "xx-large"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/comments": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- }
- }
- }
- },
- "core/comment-author-name": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "textTransform": "initial"
- }
- },
- "core/comment-content": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "textTransform": "initial"
- }
- },
- "core/navigation": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontWeight": "500",
- "textTransform": "uppercase"
- }
- },
- "core/post-content": {
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- }
- }
- }
- },
- "core/post-date": {
- "typography": {
- "textTransform": "uppercase"
- }
- },
- "core/post-featured-image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- },
- "border": {
- "color": "var(--wp--preset--color--tertiary)",
- "style": "solid"
- }
- },
- "core/post-title": {
- "typography": {
- "fontWeight": "500",
- "textTransform": "uppercase"
- }
- },
- "core/site-title": {
- "typography": {
- "fontWeight": "500"
- }
- },
- "core/template-part": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)",
- "fontWeight": "400",
- "textTransform": "uppercase"
- }
- }
- },
- "color": {
- "gradient": "var(--wp--preset--gradient--primary-secondary-tertiary)"
- },
- "elements": {
- "button": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "radius": "99999px",
- "style": "solid",
- "width": "2px"
- },
- "color": {
- "background": "var(--wp--preset--color--base)",
- "gradient": "var(--wp--preset--gradient--primary-secondary-tertiary-fixed)",
- "text": "var(--wp--preset--color--contrast)"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)",
- "fontWeight": "400",
- "textTransform": "uppercase"
- },
- ":hover": {
- "color": {
- "gradient": "var(--wp--preset--gradient--tertiary-secondary-primary-fixed)",
- "text": "var(--wp--preset--color--contrast)"
- }
- },
- ":focus": {
- "color": {
- "background": "var(--wp--preset--color--contrast)",
- "gradient": "none"
- }
- },
- ":active": {
- "color": {
- "background": "var(--wp--preset--color--contrast)",
- "gradient": "none"
- }
- }
- },
- "heading": {
- "typography": {
- "fontWeight": "500"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontFamily": "var(--wp--preset--font-family--inter)"
- }
- }
- }
|