Skip to content

chart color audit for Zed

io.github.socraticstatic/chart-color-audit

CI-friendly accessibility audit for chart color palettes: WCAG contrast, CVD simulation, OKLab ΔE.

client:Zed transport:stdio runtime:npm

Install chart color audit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "chart-color-audit": {
      "command": "npx",
      "args": [
        "-y",
        "chart-color-audit"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

chart color audit in other clients