{ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Graphite", "slug": "graphite", "version": 3, "settings": { "color": { "duotone": [ { "colors": [ "#292929", "#303030" ], "slug": "primary-and-secondary", "name": "Primary and secondary" }, { "colors": [ "#292929", "#E9E8E6" ], "slug": "primary-and-tertiary", "name": "Primary and tertiary" }, { "colors": [ "#303030", "#292929" ], "slug": "secondary-and-primary", "name": "Secondary and primary" }, { "colors": [ "#000000", "#ffffff" ], "slug": "foreground-and-background", "name": "Foreground and background" }, { "colors": [ "#292929", "#000000" ], "slug": "primary-foreground", "name": "Primary and Foreground" }, { "colors": [ "#ffffff", "#E9E8E6" ], "slug": "background-tertiary", "name": "Background and Background Alt" } ], "palette": [ { "slug": "foreground", "color": "#000000", "name": "Foreground" }, { "slug": "background", "color": "#ffffff", "name": "Background" }, { "slug": "primary", "color": "#292929", "name": "Primary" }, { "slug": "secondary", "color": "#303030", "name": "Secondary" }, { "slug": "tertiary", "color": "#E9E8E6", "name": "Tertiary" }, { "slug": "foreground-alt", "color": "#444444", "name": "Foreground Alt" } ] }, "custom": { "elements": { "button": { "border": { "radius": "2rem" }, "color": { "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" }, ":hover": { "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--background)" } }, ":focus": { "color": { "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" } } } }, "color": { "background-tint-1": "#FAF6E8", "background-tint-1-ink": "#000000", "background-tint-1-weak": "#292929", "background-tint-2": "#E6F2FC", "background-tint-2-ink": "#000000", "background-tint-2-weak": "#292929", "background-tint-3": "#EDF4F1", "background-tint-3-ink": "#000000", "background-tint-3-weak": "#292929", "background-base": "#FFFFFF", "background-sunken": "#E9E9E9", "text-strong": "#000000", "icon-surface": "#F1F1F1", "icon-ink": "#000000" } } }, "styles": { "color": { "text": "var(--wp--preset--color--foreground-alt)" }, "elements": { "heading": { "color": { "text": "var(--wp--preset--color--foreground)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--gotu)", "fontWeight": "400" } } }, "typography": { "fontFamily": "var(--wp--preset--font-family--manrope)" } } }