{ "$schema": "https://schemas.wp.org/wp/6.5/theme.json", "version": 2, "title": "White and Black", "settings": { "color": { "duotone": [ { "colors": ["#343942", "#ffffff"], "slug": "duotone-1", "name": "With Primary Color" }, { "colors": ["#111111", "#C2A990"], "slug": "duotone-2", "name": "Black and sandstone" }, { "colors": ["#111111", "#D8613C"], "slug": "duotone-3", "name": "Black and rust" }, { "colors": ["#111111", "#B1C5A4"], "slug": "duotone-4", "name": "Black and sage" }, { "colors": ["#111111", "#B5BDBC"], "slug": "duotone-5", "name": "Black and pastel blue" } ], "gradients": [ { "slug": "gradient-1", "gradient": "radial-gradient(rgb(237 237 237) 0%, rgb(165 165 165) 100%)", "name": "Gadient style 1" }, { "slug": "gradient-2", "gradient": "linear-gradient(180deg, rgb(161 161 161) 0%, rgb(171 171 171) 100%)", "name": "Gadient style 2" }, { "slug": "gradient-3", "gradient": "radial-gradient(rgb(135 135 135) 0%, rgb(22 22 22) 100%)", "name": "Gadient style 3" }, { "slug": "gradient-4", "gradient": "linear-gradient(180deg, rgb(217 217 217) 0%, rgb(245 245 245) 100%)", "name": "Gadient style 4" }, { "slug": "gradient-5", "gradient": "linear-gradient(to bottom, #ededed 0%, #F9F9F9 100%)", "name": "Gadient style 5" }, { "slug": "gradient-6", "gradient": "linear-gradient(180deg, rgb(242 242 255) 0%, rgb(255 255 255) 100%)", "name": "Gadient style 6" } ], "palette": [ { "color": "#343942", "name": "Primary", "slug": "custom-primary" }, { "color": "#6fa2a9", "name": "Secondary", "slug": "custom-secondary" }, { "color": "#303030", "name": "Text", "slug": "custom-text" }, { "color": "#ffffff", "name": "Body Background", "slug": "body-background" }, { "color": "#000", "name": "Base", "slug": "base" }, { "color": "#000", "name": "Base / Two", "slug": "base-2" }, { "color": "#111111", "name": "Contrast", "slug": "contrast" }, { "color": "#b7b7b7", "name": "Contrast / Two", "slug": "contrast-2" }, { "color": "#A4A4A4", "name": "Contrast / Three", "slug": "contrast-3" }, { "color": "#cfcabe", "name": "Accent", "slug": "accent" }, { "color": "#c2a990", "name": "Accent / Two", "slug": "accent-2" }, { "color": "#d8613c", "name": "Accent / Three", "slug": "accent-3" }, { "color": "#b1c5a4", "name": "Accent / Four", "slug": "accent-4" }, { "color": "#b5bdbc", "name": "Accent / Five", "slug": "accent-5" }, { "color": "#a9a9a9", "name": "Button Hover Background", "slug": "button-hover-bg" }, { "color": "#000", "name": "Button Hover Text", "slug": "button-hover-text" } ] } }, "styles": { "blocks": { "core/calendar": { "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast)}" }, "core/comment-date": { "color": { "text": "var(--wp--preset--color--custom-text)" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--custom-text)" } } } }, "core/comment-edit-link": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--custom-text)" } } } }, "core/comment-reply-link": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--custom-text)" } } } } }, "color": { "background": "var(--wp--preset--color--body-background)", "text": "var(--wp--preset--color--custom-text)" } } }