{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "title": "Dark Mode", "settings": { "custom": { "patternStyle": "default", "darkMode": { "palette": { "foreground": "#151929", "heading": "#1d243c", "body": "#3f4c7c", "outline": "#d0d4e3", "surface": "#f6f6f9", "background": "#ffffff" } } }, "color": { "palette": [ { "color": "#3858e9", "name": "Primary", "slug": "primary" }, { "color": "#33f078", "name": "Secondary", "slug": "secondary" }, { "color": "#151929", "name": "Background", "slug": "background" }, { "color": "#1d243c", "name": "Surface", "slug": "surface" }, { "color": "#3f4c7c", "name": "Outline", "slug": "outline" }, { "color": "#7e87ad", "name": "Neutral", "slug": "neutral" }, { "color": "#d0d4e3", "name": "Body", "slug": "body" }, { "color": "#f6f6f9", "name": "Heading", "slug": "heading" }, { "color": "#ffffff", "name": "Foreground", "slug": "foreground" }, { "color": "currentColor", "name": "Current Color", "slug": "currentColor" }, { "color": "inherit", "name": "Inherit", "slug": "inherit" }, { "color": "transparent", "name": "Transparent", "slug": "transparent" } ] } } }