123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551 |
- {
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "version": 2,
- "title": "Whisper",
- "settings": {
- "color": {
- "palette": [
- {
- "color": "#E5E7F2",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#47484B",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "#B50B3E",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#0B0033",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#F9F9FB",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- },
- "layout": {
- "contentSize": "710px",
- "wideSize": "1200px"
- },
- "typography": {
- "fontSizes": [
- {
- "fluid": {
- "min": "0.875rem",
- "max": "1rem"
- },
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "min": "1rem",
- "max": "1.187rem"
- },
- "size": "1.187rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "min": "1.187rem",
- "max": "1.3125rem"
- },
- "size": "1.3125rem",
- "slug": "large"
- },
- {
- "fluid": {
- "min": "1.562rem",
- "max": "2rem"
- },
- "size": "2rem",
- "slug": "x-large"
- },
- {
- "fluid": {
- "min": "3.375rem",
- "max": "7rem"
- },
- "size": "7rem",
- "slug": "xx-large"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/navigation": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "elements": {
- "link": {
- "border": {
- "bottom": {
- "color": "transparent",
- "style": "solid",
- "width": "0.2ch"
- }
- },
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--primary)"
- },
- "color": {
- "background": "transparent",
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":active": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "core/navigation-submenu": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "core/post-content": {
- "elements": {
- "link": {
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- }
- },
- "core/post-date": {
- "elements": {
- "link": {
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- "border": {
- "width": "0 !important"
- },
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- ":focus": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- }
- }
- },
- "core/pullquote": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "style": "double",
- "width": "6px"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "core/quote": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "style": "double",
- "width": "0 0 0 6px"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "spacing": {
- "margin": {
- "left": "var(--wp--preset--spacing--30)"
- },
- "padding": {
- "left": "var(--wp--preset--spacing--30)"
- }
- }
- },
- "core/query-pagination": {
- "elements": {
- "link": {
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":active": {
- "border": {
- "color": "var(--wp--preset--color--base)",
- "width": "0 0 2px 0"
- }
- }
- }
- }
- },
- "core/separator": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "style": "double",
- "width": "6px 0 0 0"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- "border": {
- "color": "transparent"
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--primary)"
- },
- "color": {
- "background": "transparent"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":active": {
- "border": {
- "color": "var(--wp--preset--color--primary)"
- },
- "color": {
- "background": "transparent"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "fontSize": "var(--wp--preset--font-size--large)",
- "fontWeight": "700",
- "letterSpacing": "-0.01em",
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)",
- "lineHeight": "1.4",
- "textTransform": "capitalize"
- }
- },
- "core/comment-author-name":{
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- }
- },
- "core/comment-date": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- }
- },
- "core/comment-edit-link": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- }
- }
- },
- "elements": {
- "button": {
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "radius": "10px",
- "style": "solid",
- "width": "2px 2px 6px 2px !important"
- },
- "color": {
- "background": "transparent",
- "text": "var(--wp--preset--color--primary)"
- },
- "spacing": {
- "padding": {
- "top": "min(1rem, 3vw) !important",
- "right": "min(2.75rem, 6vw) !important",
- "bottom": "min(1rem, 3vw) !important",
- "left": "min(2.75rem, 6vw) !important"
- }
- },
- "typography": {
- "fontWeight": "700",
- "letterSpacing": "1px",
- "textTransform": "uppercase"
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--secondary)",
- "width": "2px 2px 4px 2px !important"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)",
- "text": "var(--wp--preset--color--secondary)"
- },
- "spacing": {
- "padding": {
- "bottom": "min(calc(1rem + 2px), 3vw) !important"
- }
- }
- },
- ":focus": {
- "border": {
- "color": "var(--wp--preset--color--secondary)",
- "style": "dashed dashed double",
- "width": "2px 2px 4px 2px !important"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)",
- "text": "var(--wp--preset--color--secondary)"
- },
- "spacing": {
- "padding": {
- "bottom": "min(calc(1rem + 2px), 3vw) !important"
- }
- }
- },
- ":active": {
- "border": {
- "color": "var(--wp--preset--color--secondary)",
- "width": "2px 2px 4px 2px !important"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)",
- "text": "var(--wp--preset--color--secondary)"
- },
- "spacing": {
- "padding": {
- "bottom": "min(calc(1rem + 2px), 3vw) !important"
- }
- }
- },
- ":visited": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- },
- "cite": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
- }
- },
- "h1": {
- "typography": {
- "fontSize": "clamp(4.21rem, 1.43vw + 3.85rem, 5rem)",
- "fontWeight": "300",
- "letterSpacing": "-0.01em"
- }
- },
- "h2": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "fontSize": "clamp(3.16rem, 1.08vw + 2.89rem, 3.75rem)",
- "fontWeight": "400",
- "letterSpacing": "-0.01em"
- }
- },
- "h3": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "fontSize": "clamp(2.37rem, 0.81vw + 2.17rem, 2.81rem)",
- "fontWeight": "500"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "clamp(1.78rem, 0.61vw + 1.63rem, 2.11rem)",
- "fontWeight": "600"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "clamp(1.33rem, 0.45vw + 1.22rem, 1.58rem)",
- "fontWeight": "700",
- "letterSpacing": "1px"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "clamp(1rem, 0.34vw + 0.91rem, 1.19rem)",
- "fontWeight": "900",
- "letterSpacing": "2px"
- }
- },
- "heading": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
- }
- },
- "link": {
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "style": "solid",
- "width": "0 0 2px 0"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "border": {
- "style": "dashed"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":active": {
- "border": {
- "width": "0"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "border": {
- "color": "var(--wp--preset--color--tertiary)",
- "style": "solid",
- "width": "max(1vw, 0.5rem)"
- },
- "spacing": {
- "padding": {
- "top": "var(--wp--preset--spacing--40)",
- "right": "var(--wp--preset--spacing--30)",
- "bottom": "var(--wp--preset--spacing--40)",
- "left": "var(--wp--preset--spacing--30)"
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)"
- }
- }
- }
|