{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Nebula", "settings": { "color": { "palette": [ { "color": "#0a1628", "name": "Base", "slug": "base" }, { "color": "#d4e4f0", "name": "Contrast", "slug": "contrast" }, { "color": "#2dd4bf", "name": "Primary", "slug": "primary" }, { "color": "#7e9bb0", "name": "Secondary", "slug": "secondary" }, { "color": "#4ade80", "name": "Success", "slug": "success" }, { "color": "#f472b6", "name": "Danger", "slug": "danger" }, { "color": "#fbbf24", "name": "Warning", "slug": "warning" }, { "color": "#67e8f9", "name": "Info", "slug": "info" }, { "color": "#112240", "name": "Light", "slug": "light" }, { "color": "#1a365d", "name": "Dark", "slug": "dark" } ] } }, "styles": { "elements": { "button": { "color": { "background": "var:preset|color|primary", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "#14b8a6" } } }, "link": { "color": { "text": "var:preset|color|primary" }, ":hover": { "color": { "text": "#14b8a6" } } } } } }