Claude Code Themes
Description
Community themes for Claude Code. Use tweakcc to apply them.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code themes
Community themes for Claude Code. Use [tweakcc](https://github.com/Piebald-AI/tweakcc) to apply them.
Usage
To install and use a Claude Code theme:
- Run
npx tweakccto open the tweakcc TUI. - Go to Themes.
- Go to Browse community themes…
- Navigate themes using the arrow keys; press space to preview the theme, enter to install the theme, or esc to exit.
Contributing
To add a new theme:
- Create a JSON file in
themes/named.jsonin the format:
{
"name": "Theme Display Name",
"id": "theme-id",
"author": "your-github-username",
"colors": {
// (see theme template below)
}
}
- Make sure the theme's
idmatches its filename. - Add the theme to
index.jsonin the format:
{
"name": "Theme Display Name",
"id": "theme-id",
"author": "your-github-username"
}
- Run the following commands to install dependencies, format, and validate:
pnpm install
pnpm run format
pnpm run validate
- Open a PR.
Validation rules
namemust be 1-80 characters and cannot contain carriage returns, newlines, tabs, backticks, backslashes,<, or>.idmust be lowercase kebab-case.authormust be a valid GitHub username.- Every value in
colorsmust be eitherrgb(r,g,b)oransi:name. - Supported ANSI color names for
ansi:nameare:black,red,green,yellow,blue,magenta,cyan,white,gray,grey,blackBright,redBright,greenBright,yellowBright,blueBright,magentaBright,cyanBright, andwhiteBright.
Theme template
{
"name": "Theme Display Name",
"id": "theme-id",
"author": "your-github-username",
"colors": {
"autoAccept": "rgb(r,g,b)",
"bashBorder": "rgb(r,g,b)",
"claude": "rgb(r,g,b)",
"claudeShimmer": "rgb(r,g,b)",
"claudeBlue_FOR_SYSTEM_SPINNER": "rgb(r,g,b)",
"claudeBlueShimmer_FOR_SYSTEM_SPINNER": "rgb(r,g,b)",
"permission": "rgb(r,g,b)",
"permis
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11