{ "$schema": "https://schemas.wp.org/wp/6.5/theme.json", "version": 2, "title": "With Gold", "settings": { "color": { "duotone": [ { "colors": ["#ff8d15", "#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(187 122 3) 0%, rgb(50 42 2) 100%)", "name": "Gadient style 1" }, { "slug": "gradient-2", "gradient": "linear-gradient(180deg, rgb(159 169 1) 0%, rgb(180 215 79) 100%)", "name": "Gadient style 2" }, { "slug": "gradient-3", "gradient": "radial-gradient(rgb(181 163 34) 0%, rgb(255 149 98) 100%)", "name": "Gadient style 3" }, { "slug": "gradient-4", "gradient": "linear-gradient(180deg, rgb(159 154 22) 0%, rgb(135 106 8) 100%)", "name": "Gadient style 4" }, { "slug": "gradient-5", "gradient": "linear-gradient(to bottom, #919d1c 0%, #535e11 100%)", "name": "Gadient style 5" }, { "slug": "gradient-6", "gradient": "linear-gradient(180deg, hsla(39, 100%, 68%, 1) 0%, hsl(39deg 71.84% 8.71%) 100%)", "name": "Gadient style 6" } ], "palette": [ { "color": "#ff8d15", "name": "Primary", "slug": "custom-primary" }, { "color": "#ffdd26", "name": "Secondary", "slug": "custom-secondary" }, { "color": "#f9f9f9", "name": "Text", "slug": "custom-text" }, { "color": "#ffd180", "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": "#ffa924", "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)" } } }