123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405 |
- {
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "settings": {
- "appearanceTools": true,
- "useRootPaddingAwareAlignments": true,
- "layout": {
- "contentSize": "960px",
- "wideSize": "1140px"
- },
- "spacing": {
- "units": [ "px", "em", "rem", "vh", "vw", "%" ]
- },
- "color": {
- "custom": false,
- "defaultPalette": false,
- "palette": [
- {
- "slug": "base",
- "color": "#E9E4DC",
- "name": "Base"
- },
- {
- "slug": "base-shadow",
- "color": "#D9D5CE",
- "name": "Base Shadow"
- },
- {
- "slug": "contrast",
- "color": "#484c57",
- "name": "Contrast"
- },
- {
- "slug": "primary",
- "color": "#006837",
- "name": "Primary"
- },
- {
- "slug": "primary-dark",
- "color": "#004F2A",
- "name": "Primary"
- },
- {
- "slug": "secondary",
- "color": "#2a2d36",
- "name": "Secondary"
- },
- {
- "slug": "tirtiary",
- "color": "#5dbd73",
- "name": "tirtiary"
- },
- {
- "slug": "transparent",
- "color": "transparent",
- "name": "Transparent"
- }
- ],
- "customGradient": false,
- "defaultGradients": false,
- "gradients": [
- {
- "slug": "primary-white",
- "gradient": "linear-gradient(#D2D2D2 49.9%,#fff 50%)",
- "name": "Primary color to white"
- },
- {
- "slug": "white-primary",
- "gradient": "linear-gradient(#fff 49.9%,#CBCBCB 50%)",
- "name": "Horizontal white to Primary color"
- }
- ],
- "customDuotone": false,
- "defaultDuotone": false,
- "duotone": [
- {
- "colors": [ "#006837", "#FFFFFF"],
- "slug": "secondary-primary",
- "name": "Secondary and primary"
- },
- {
- "colors": ["#006837", "#000000"],
- "slug": "primary-contrast",
- "name": "Primary and Contrast"
- }
- ]
- },
- "typography": {
- "dropCap": true,
- "fluid": true,
- "fontFamilies": [
- {
- "name": "System",
- "slug": "system",
- "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
- },
- {
- "name": "Serif",
- "slug": "serif",
- "fontFamily": "\"Times New Roman\",\"New York\",Times,\"Noto Serif\",serif"
- },
- {
- "name": "Monospace",
- "slug": "monospace",
- "fontFamily": "Consolas,Menlo,Monaco,\"SF Mono\",\"DejaVu Sans Mono\",\"Roboto Mono\",\"Courier New\",Courier,monospace"
- },
- {
- "name": "Handwriting",
- "slug": "handwriting",
- "fontFamily": "\"Comic Sans MS\",Comic-Sans,cursive",
- "fontFace": [
- {
- "src": "url(\"https://fonts.gstatic.com/s/comicsansms/v14/CSZjBXyZ.ttf\") format(\"truetype\")",
- "fontFamily": "\"Comic Sans MS\"",
- "fontWeight": "400",
- "fontStyle": "normal",
- "fontDisplay": "swap"
- }
- ]
- },
- {
- "name": "Amatic",
- "slug": "amatic",
- "fontFamily": "Amatic",
- "fontFace": [
- {
- "src": "file:./css/fonts/amatic-sc-v22-latin-700.woff2",
- "fontFamily": "\"Amatic\"",
- "fontWeight": "400",
- "fontStyle": "normal",
- "fontDisplay": "swap"
- }
- ]
- },
- {
- "name": "Playfair Display",
- "slug": "playfair",
- "fontFamily": "playfiar",
- "fontFace": [
- {
- "src": "file:./css/fonts/playfair-display-v36-latin-900.woff2",
- "fontFamily": "\"Playfair\"",
- "fontWeight": "900",
- "fontStyle": "normal",
- "fontDisplay": "swap"
- }
- ]
- }
- ],
- "fontSizes": [
- {
- "slug": "small",
- "size": "0.9rem",
- "name": "Small",
- "fluid": false
- },
- {
- "slug": "medium",
- "size": "1.2rem",
- "name": "Medium",
- "fluid": false
- },
- {
- "slug": "large",
- "size": "1.6rem",
- "name": "Large",
- "fluid": {
- "min": "1.75rem",
- "max": "2rem"
- }
- },
- {
- "slug": "x-large",
- "size": "2.5rem",
- "name": "XL",
- "fluid": {
- "min": "2rem",
- "max": "2.75rem"
- }
- },
- {
- "slug": "xx-large",
- "size": "3rem",
- "name": "XXL",
- "fluid": {
- "min": "3rem",
- "max": "3.75rem"
- }
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/code": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- },
- "core/navigation": {
- "css": "& .wp-block-site-title{ margin:0; font-weight:400;}",
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "typography": {
- "textDecoration": "none"
- },
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- }
- }
- }
- },
- "core/post-author-name": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-content": {
- "spacing": {
- "margin": {
- "top": "var(--wp--preset--spacing--60)",
- "bottom": "var(--wp--preset--spacing--60)"
- }
- }
- },
- "core/post-date": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-excerpt": {
- "elements": {
- "link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- }
- }
- },
- "core/post-featured-image": {
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--40)"
- }
- }
- },
- "core/post-template": {
- "spacing": {
- "padding": {
- "top": "var(--wp--preset--spacing--50)",
- "bottom": "var(--wp--preset--spacing--50)"
- }
- }
- },
- "core/post-terms": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/query-pagination": {
- "spacing": {
- "padding": {
- "top": "var(--wp--preset--spacing--50)"
- }
- }
- },
- "core/search": {
- "css": ".wp-block-search__button-inside .wp-block-search__inside-wrapper{border: none;}",
- "typography": {
- "lineHeight": "1"
- }
- }
- },
- "color": {
- "background": "var(--wp--preset--color--base)",
- "text": "var(--wp--preset--color--contrast)"
- },
- "elements": {
- "button": {
- "spacing": {
- "padding": {
- "top": "var(--wp--preset--spacing--20)",
- "right": "var(--wp--preset--spacing--20)",
- "bottom": "var(--wp--preset--spacing--20)",
- "left": "var(--wp--preset--spacing--20)"
- }
- },
- "border": {
- "color": "var(--wp--preset--color--transparent)",
- "width": "4px",
- "style": "solid",
- "radius": "4px"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--base)"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontWeight": "700"
- },
- "shadow": "var(--wp--preset--shadow--natural)",
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--secondary)"
- }
- }
- },
- "caption": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "cite": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- "link": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- },
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- }
- }
- },
- "spacing": {
- "padding": {
- "right": "var(--wp--preset--spacing--50)",
- "left": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "fontFamily": "var(--wp--preset--font-family--system)",
- "lineHeight": "1.7"
- }
- },
- "templateParts": [
- {
- "name": "header",
- "title": "Header",
- "area": "header"
- },
- {
- "name": "footer",
- "title": "Footer",
- "area": "footer"
- }
- ],
- "customTemplates": [
- {
- "name": "no-title",
- "title": "No title",
- "postTypes": [ "post","page" ]
- },
- {
- "name": "no-title-no-padding",
- "title": "No title No Padding",
- "postTypes": [ "post","page" ]
- },
- {
- "name": "home",
- "title": "Home",
- "postTypes": [ "page" ]
- }
- ]
- }
|