Skip to content

firefox css theme for Zed

io.github.easonwong-de/firefox-css-theme

MCP for building, inspecting, and live-debugging Firefox CSS themes.

client:Zed transport:stdio runtime:npm

Install firefox css theme in Zed

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

{
  "context_servers": {
    "firefox-css-theme": {
      "command": "npx",
      "args": [
        "-y",
        "firefox-css-theme"
      ]
    }
  }
}

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

firefox css theme in other clients