Skip to content
Gemini CLI

firefox css theme for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:npm

Install firefox css theme in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

firefox css theme in other clients