{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "title": "Deep Ocean",
    "version": 2,
    "settings": {
        "color": {
            "palette": [
                {
                    "name": "Primary",
                    "slug": "primary",
                    "color": "#0EA5E9"
                },
                {
                    "name": "Primary Dark",
                    "slug": "primary-dark",
                    "color": "#0284C7"
                },
                {
                    "name": "Dark",
                    "slug": "dark",
                    "color": "#27273b"
                },
                {
                    "name": "Accent",
                    "slug": "accent",
                    "color": "#a6a4fd"
                },
                {
                    "name": "Accent Light",
                    "slug": "accent-light",
                    "color": "#cdd3fe"
                },
                {
                    "name": "Background",
                    "slug": "background",
                    "color": "#e8e9f5"
                },
                {
                    "name": "Light",
                    "slug": "light",
                    "color": "#f8f8ff"
                },
                {
                    "name": "Text Muted",
                    "slug": "text-muted",
                    "color": "#6c6d80"
                },
                {
                    "name": "Neutral",
                    "slug": "neutral",
                    "color": "#E5E5E5"
                },
                {
                    "name": "Success",
                    "slug": "success",
                    "color": "#16A34A"
                },
                {
                    "name": "Error",
                    "slug": "error",
                    "color": "#FE5252"
                }
            ]
        }
    }
}
