Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By b-open-io
Project color theming for your terminal. Sets iTerm2 tab colors to match VSCode Peacock themes.
npx claudepluginhub b-open-io/claude-plugins --plugin peacockAdd recommended Peacock colors to favorites
Set your project's Peacock color theme. Supports hex codes, natural language color names, or random selection.
Darken the current project color
Set project color from your favorites
Lighten the current project color
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Beautiful Catppuccin-themed statusline with 3 modes: Compact, Default, Full
Show iTerm2 tab status (running/idle/attention) for Claude Code sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Development agents, skills, hooks, and commands for Claude Code workflows
1Sat ecosystem tools for BSV — unified indexing API (1sat-stack), ordinals minting and marketplace (list/buy/cancel), BSV21 token operations, wallet setup (BRC-100), transaction building, time locks, sweep/import, OpNS names, dApp wallet connection, CLI tool, media extraction, and MCP server for wallet-desktop browser automation.
Core BSV blockchain operations including standards reference (BRCs, BitCom, tokens), key derivation (Type42, BIP32, BAP), ORDFS content gateway, script templates, message signing, wallet operations, identity management, and JungleBus real-time blockchain streaming.
Gemini 3.1 Pro skills powered by Nano Banana 2, Gemini 3 Flash, and Veo 3.1 - image generation with 169 art styles including pop culture icons and video game aesthetics, video generation (text-to-video, image-to-video) with native audio, interactive style browser with tile regeneration, pixel avatars, team group photos, section dividers, platform icons (favicon, iOS, Android, PWA, desktop), image optimization with sharp, text generation, upscaling, editing, SVG creation, segmentation, visual workflow planning with tldraw infinite canvas, and dynamic Gemini API docs via llms.txt.
ClawNet bot templates and skills for AI agent development on the ClawNet platform
Project color theming for your terminal
A Claude Code plugin that brings your VSCode Peacock project colors into the terminal. Start Claude Code in a project with a Peacock color configured and your iTerm2 tab automatically turns that color. Manage project colors entirely from the command line without opening VSCode.
.vscode/settings.json/plugin marketplace add b-open-io/claude-plugins
/plugin install peacock@b-open-io
Works with Claude Code, Cursor, Codex, and other AI coding agents:
npx add-skill b-open-io/claude-peacock
Clone this repository:
git clone https://github.com/b-open-io/claude-peacock.git
Install as a local plugin in Claude Code.
| Command | Description |
|---|---|
/peacock:change-color [color] | Set color by hex, natural language, or random if no argument |
/peacock:random-color | Apply a random vibrant color |
/peacock:peacock-green | Apply signature Peacock Green (#42b883) |
/peacock:change-color #8d0756 # Hex code
/peacock:change-color deep magenta # Natural language
/peacock:change-color # Random
/peacock:random-color # Quick random
/peacock:peacock-green # Signature green
| Command | Description |
|---|---|
/peacock:darken | Darken current color by 10% |
/peacock:lighten | Lighten current color by 10% |
| Command | Description |
|---|---|
/peacock:save-favorite [name] | Save current color to favorites |
/peacock:favorite-color | Apply a color from your favorites |
/peacock:add-recommended | Add 14 curated colors (Angular Red, React Blue, Vue Green, etc.) |
Favorites are stored in ~/.claude/.peacock-favorites.json and shared across all projects.
| Command | Description |
|---|---|
/peacock:show-current | Display current color info |
/peacock:reset-colors | Remove Peacock colors from the current project |
/peacock:remove-all-colors | Remove all colors, favorites, and config |
.vscode/settings.json in your project directorypeacock.color or titleBar.activeBackgroundWhen you run a color command, it writes the color back to .vscode/settings.json so it stays in sync with VSCode Peacock.
The plugin reads and writes these properties:
{
"peacock.color": "#8d0756",
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#8d0756"
}
}
.vscode/settings.json exists in your project with a peacock.color value./peacock:change-color #ff5733
/peacock:show-current to see what color the plugin detects.peacock.color in .vscode/settings.json matches what you expect.iTerm2 is the primary supported terminal today. Future versions may add support for:
Contributions welcome! Please:
Thanks to these wonderful people for their contributions:
![]() b-open-io |
MIT License - see LICENSE file for details.
Built by b-open-io
Inspired by the Peacock VSCode extension by John Papa