{ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Green Scheme", "version": 2, "settings": { "appearanceTools": true, "color": { "palette": [ { "color": "#000", "name": "Foreground", "slug": "foreground" }, { "color": "#fff", "name": "Background", "slug": "background" }, { "color": "#006600", "name": "Primary", "slug": "primary" }, { "color": "#003d00", "name": "Secondary", "slug": "secondary" }, { "color": "#0da88c", "name": "Primary Two", "slug": "primary-two" }, { "color": "#165153", "name": "Secondary Two", "slug": "secondary-two" }, { "color": "#fcd576", "name": "Button Primary", "slug": "button-primary" }, { "color": "#fff", "name": "Button color Hover", "slug": "button-color-hover" }, { "color": "#003d00", "name": "Button Hover Bg", "slug": "button-color-bg-hover" }, { "color": "#e7e7e7", "name": "Secondary Background", "slug": "background-secondary" }, { "color": "#b7e3db", "name": "Secondary dark Background", "slug": "background-secondary-dark" }, { "color": "#121010", "name": "Footer Column Background", "slug": "footer-column-background" }, { "color": "#1d1b1b", "name": "Footer Copy Right Background", "slug": "footer-copy-right-background" }, { "color": "#717171", "name": "Body Text", "slug": "body-text" }, { "color": "#000", "name": "Text Link", "slug": "text-link" }, { "color": "#f2f2f2", "name": "Border", "slug": "border" }, { "color": "#fff2ec", "name": "Tertiary", "slug": "tertiary" }, { "color": "#fafafa", "name": "Input Field", "slug": "input-field" }, { "color": "#777", "name": "Boulder", "slug": "boulder" }, { "color": "#7d6043", "name": "coffee", "slug": "coffee" }, { "color": "#25d6a2", "name": "Cyan", "slug": "cyan" }, { "color": "#1D1634", "name": "Dark Blue", "slug": "dark-blue" }, { "color": "#30b4da", "name": "Sky Blue", "slug": "sky-blue" }, { "color": "#0fb36c", "name": "Dark Green", "slug": "dark-green" }, { "color": "#6ba518", "name": "Lite Green", "slug": "lite-green" }, { "color": "#c74a73", "name": "Purple", "slug": "purple" }, { "color": "#9261c6", "name": "Dark Purple", "slug": "dark-purple" }, { "color": "#f78550", "name": "Orange", "slug": "orange" }, { "color": "#f9556d", "name": "Lite Red", "slug": "lite-red" }, { "color": "#27808c", "name": "Hexadecimal", "slug": "hexadecimal" }, { "color": "#ff6b98", "name": "Pink", "slug": "pink" } ] } }, "styles": { "elements": { "button": { "spacing": { "padding": { "left": "1.8rem", "right": "1.8rem", "top": "1rem", "bottom": "1rem" } }, "border": { "radius": "0", "width": "0px" }, "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--white)" }, ":visited": { "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--white)" } }, ":hover": { "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--button-color-hover)" } }, ":focus": { "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--button-color-hover)" } }, ":active": { "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--button-color-hover)" } }, "typography": { "lineHeight": "1.7", "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "var(--wp--custom--typography--font-weight--medium)" } } } } }