Set project to signature Peacock Green color
Applies the signature Peacock Green color (#42b883) to your project's VSCode settings. Use this to quickly set the iconic Peacock brand color across your workspace.
/plugin marketplace add b-open-io/claude-peacock/plugin install peacock@b-open-ioSet your project to the signature Peacock Green color. Matches VSCode Peacock extension's changeColorToPeacockGreen command.
/peacock:peacock-green
Use the signature Peacock Green color:
#42b883
This is the iconic Peacock brand color.
Use same logic as /peacock:change-color with this specific color:
Create or update settings file with Peacock Green configuration.
Check if exists:
ls .vscode/settings.json 2>/dev/null || echo "not found"
Apply color (same merge logic as change-color command).
Output:
✅ Peacock Green applied (#42b883)
The signature Peacock color!
Applied to:
• Title Bar: #42b883
• Status Bar: #42b883
• Activity Bar: #6ae0ab (lighter)
Reload VSCode window:
Cmd+Shift+P → "Developer: Reload Window"
</instructions>