{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Arctic", "settings": { "color": { "palette": [ { "color": "#0d1b2a", "name": "Base", "slug": "base" }, { "color": "#e0e8f0", "name": "Contrast", "slug": "contrast" }, { "color": "#38bdf8", "name": "Primary", "slug": "primary" }, { "color": "#94a3b8", "name": "Secondary", "slug": "secondary" }, { "color": "#34d399", "name": "Success", "slug": "success" }, { "color": "#fb7185", "name": "Danger", "slug": "danger" }, { "color": "#facc15", "name": "Warning", "slug": "warning" }, { "color": "#22d3ee", "name": "Info", "slug": "info" }, { "color": "#1b2838", "name": "Light", "slug": "light" }, { "color": "#0f4c75", "name": "Dark", "slug": "dark" } ] } }, "styles": { "elements": { "button": { "color": { "background": "var:preset|color|primary", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "#0ea5e9" } } }, "link": { "color": { "text": "var:preset|color|primary" }, ":hover": { "color": { "text": "#0ea5e9" } } } } } }