{ "$schema": "https://schemas.wp.org/wp/6.5/theme.json", "version": 2, "title": "Black and White", "settings": { "color": { "duotone": [ { "colors": ["#c5e9ff", "#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(hsl(11deg 1.96% 13.9%) 0%, hsl(0deg 0% 15.75%) 100%)", "name": "Gadient style 1" }, { "slug": "gradient-2", "gradient": "linear-gradient(180deg, hsl(265.46deg 58.98% 8.42%) 0%, hsl(0deg 0% 43.31%) 100%)", "name": "Gadient style 2" }, { "slug": "gradient-3", "gradient": "radial-gradient(hsl(238.37deg 59.96% 5.41%) 0%, hsl(11deg 16.23% 21.68%) 100%)", "name": "Gadient style 3" }, { "slug": "gradient-4", "gradient": "linear-gradient(180deg, hsl(11deg 55.78% 6.57%) 0%, hsl(11deg 24.86% 6.94%) 100%)", "name": "Gadient style 4" }, { "slug": "gradient-5", "gradient": "linear-gradient(to bottom, #181818 0%, #2e1c1c 100%)", "name": "Gadient style 5" }, { "slug": "gradient-6", "gradient": "linear-gradient(180deg, hsl(0deg 0% 0%) 0%, hsl(11deg 100% 5.59%) 100%)", "name": "Gadient style 6" } ], "palette": [ { "color": "#c5e9ff", "name": "Primary", "slug": "custom-primary" }, { "color": "#ffffff", "name": "Secondary", "slug": "custom-secondary" }, { "color": "#ffffff", "name": "Text", "slug": "custom-text" }, { "color": "#000000", "name": "Body Background", "slug": "body-background" }, { "color": "#f9f9f9", "name": "Base", "slug": "base" }, { "color": "#ffffff", "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": "#4e4e4e", "name": "Button Hover Background", "slug": "button-hover-bg" }, { "color": "#fff", "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)" } } }