{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Bright Blue",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#1a5ddf",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#1B1B1B",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#1a5ddf91",
          "name": "Primary Light",
          "slug": "primary-light"
        },
        {
          "color": "#888888",
          "name": "Text Color",
          "slug": "text-color"
        },
        {
          "color": "#ffffff",
          "name": "Base",
          "slug": "base"
        },
        {
          "color": "#000000",
          "name": "Contrast",
          "slug": "contrast"
        },
        {
          "color": "#000000",
          "name": "Link Color",
          "slug": "link-color"
        }
      ]
    }
  }
}
