{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "docker-blue": {
        "value": "#2496ED",
        "type": "color",
        "description": "Primary Docker brand blue — the fill of the Moby whale and the principal CTA color across docker.com and Docker Desktop.\n"
      },
      "docker-blue-bright": {
        "value": "#0DB7ED",
        "type": "color",
        "description": "Brighter cyan-blue used in Docker marketing illustrations and on dark-canvas hero compositions.\n"
      },
      "docker-navy": {
        "value": "#0A1F44",
        "type": "color",
        "description": "Deep navy used in dark-mode marketing surfaces and as the chrome canvas for Docker Hub on dark theme.\n"
      },
      "docker-navy-deep": {
        "value": "#06122A",
        "type": "color",
        "description": "Darkest navy used on dark-mode page canvas."
      },
      "docker-blue-dark": {
        "value": "#1769A6",
        "type": "color",
        "description": "Pressed/active state for the primary CTA on light surfaces."
      },
      "docker-ink": {
        "value": "#17191E",
        "type": "color",
        "description": "Primary text on light surfaces."
      },
      "docker-gray": {
        "value": "#677285",
        "type": "color",
        "description": "Secondary text and metadata."
      },
      "docker-gray-light": {
        "value": "#8993A5",
        "type": "color",
        "description": "Tertiary text and disabled UI."
      },
      "docker-surface": {
        "value": "#F4F6F9",
        "type": "color",
        "description": "Quiet surface — card backgrounds on docker.com."
      },
      "docker-border": {
        "value": "#E1E2E6",
        "type": "color",
        "description": "Hairline borders and dividers."
      },
      "docker-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas on light surfaces."
      },
      "docker-success": {
        "value": "#1CB97A",
        "type": "color",
        "description": "Confirmation / healthy-container state."
      },
      "docker-warning": {
        "value": "#F2A33A",
        "type": "color",
        "description": "Caution state on Docker Desktop chrome."
      },
      "docker-error": {
        "value": "#E2574C",
        "type": "color",
        "description": "Destructive / unhealthy-container state."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.docker-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.docker-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.docker-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.docker-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.docker-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.docker-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.docker-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.docker-blue-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.docker-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.docker-error}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.docker-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.docker-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.docker-border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.docker-navy-deep}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.docker-navy}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.docker-blue-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.docker-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.docker-surface}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.docker-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.docker-blue-bright}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.docker-blue-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.docker-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.docker-error}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.docker-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.docker-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.docker-blue-dark}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.docker-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.docker-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.docker-blue-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.docker-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.docker-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.docker-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.docker-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.docker-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.docker-gray-light}",
        "type": "color"
      },
      "chrome": {
        "value": "{global.color.docker-navy}",
        "type": "color"
      },
      "chrome-deep": {
        "value": "{global.color.docker-navy-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.docker-blue}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Docker",
    "ref": "docker@1.0.0",
    "paletteRef": "docker@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
