{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Dark",
  "version": 2,
  "settings": {
    "color": {
        "palette": [
            {
                "color": "#000000",
                "name": "Base",
                "slug": "base"
            },
            {
                "color": "#de9e53",
                "name": "Primary",
                "slug": "primary"
            },
            {
                "color": "#955408",
                "name": "Ternary",
                "slug": "ternary"
            },
            {
                "color": "#fff2e3",
                "name": "Primary Light",
                "slug": "primary-light"
            },
            {
                "color": "#f9f9ff",
                "name": "Headings",
                "slug": "heading"
            },
            {
                "color": "#e7e5e5",
                "name": "Secondary",
                "slug": "secondary"
            },
            {
                "color": "#babac4",
                "name": "Body Text",
                "slug": "body-text"
            },
            {
                "color": "#0c0c0e",
                "name": "Section Background",
                "slug": "section-bg"
            },
            {
                "color": "#000000",
                "name": "Background",
                "slug": "background"
            },
            {
                "color": "#ffffff",
                "name": "Foreground",
                "slug": "foreground"
            },
            {
                "color":"#a7a9b1",
                "name": "Secondary Background",
                "slug": "secondary-background"
            },
            {
                "color":"#0c0c0e",
                "name": "Footer Bg",
                "slug": "footer-Bg"
            },
            {
                "color":"#393939",
                "name": "Border Color",
                "slug": "border-color"
            },
            {
                "color":"#3f4041",
                "name": "Sidebar Shadow Color",
                "slug": "sidebar shadow color"
            }
        ]
    }
  },
  "styles": {
        "elements": {
            "button": {
                "color": {
                    "background": "var(--wp--preset--color--primary)",
                    "text": "var(--wp--preset--color--white)"
                },
                ":hover": {
                    "color": {
                        "background": "var(--wp--preset--color--secondary)",
                        "text": "var(--wp--preset--color--background)"
                    }
                }
            }
        }
    }
}