{ "$schema": "https://schemas.wp.org/wp/6.5/theme.json", "version": 2, "title": "With Red", "settings": { "color": { "duotone": [ { "colors": ["#ff1010", "#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 46.8% 47.2%) 0%, hsl(11deg 100% 22.44%) 100%)", "name": "Gadient style 1" }, { "slug": "gradient-2", "gradient": "linear-gradient(180deg, hsl(265.46deg 62.62% 64.19%) 0%, hsl(11deg 81.25% 37.36%) 100%)", "name": "Gadient style 2" }, { "slug": "gradient-3", "gradient": "radial-gradient(hsl(14.06deg 100% 21.26%) 0%, hsl(11deg 66.77% 42.49%) 100%)", "name": "Gadient style 3" }, { "slug": "gradient-4", "gradient": "linear-gradient(180deg, hsl(11deg 61.75% 41.86%) 0%, hsl(11deg 58.79% 19.83%) 100%)", "name": "Gadient style 4" }, { "slug": "gradient-5", "gradient": "linear-gradient(to bottom, #952700 0%, #5e1111 100%)", "name": "Gadient style 5" }, { "slug": "gradient-6", "gradient": "linear-gradient(180deg, hsl(11deg 100% 31.1%) 0%, hsl(11deg 72.86% 16.4%) 100%)", "name": "Gadient style 6" } ], "palette": [ { "color": "#ff1010", "name": "Primary", "slug": "custom-primary" }, { "color": "#ff6120", "name": "Secondary", "slug": "custom-secondary" }, { "color": "#f9f9f9", "name": "Text", "slug": "custom-text" }, { "color": "#ff9e88", "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": "#ffa6a6", "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--contrast)" }, "elements": { "link": { "color": { "text": "var(--wp--preset--color--contrast)" } } } }, "core/comment-edit-link": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--contrast)" } } } }, "core/comment-reply-link": { "elements": { "link": { "color": { "text": "var(--wp--preset--color--contrast)" } } } } }, "color": { "background": "var(--wp--preset--color--body-background)", "text": "var(--wp--preset--color--custom-text)" } } }