From White-Label Theme Manager
Use when the user wants to apply, preview, list, reset, or build a custom "white-label" theme for Claude — changing the claude.ai browser UI colors, Claude Code terminal/CLI colors, and/or Warp terminal colors. Triggers on "apply a theme", "change Claude's theme", "build a theme", "Circit theme", "reset my theme".
How this skill is triggered — by the user, by Claude, or both
Slash command
/whitelabel-theme:whitelabel-themeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Author one theme, apply it across Claude everywhere.** From a single theme JSON, this
Author one theme, apply it across Claude everywhere. From a single theme JSON, this
themes all three surfaces at once: the claude.ai browser UI (a generated Chrome
extension), Claude Code terminal colors (~/.claude), and the Warp terminal
(~/.warp). No other Claude theming option spans the web UI, the CLI, and the terminal —
this is the cross-surface, author-once one.
This plugin is a thin wrapper over the zero-dependency claude-whitelabel-themes CLI,
invoked with npx (no global install needed; npx -y fetches it on first use).
/apply-theme <id-or-path> — apply a theme everywhere (CLI + Warp + browser extension)/list-themes — list the built-in themes/preview-theme <id-or-path> [port] — start a local preview server/reset-theme — restore defaults (removes the applied CLI/Warp theme)Use the Bash tool to call the CLI, passing the user's argument through:
npx -y claude-whitelabel-themes@^0.1 <command> [args]
For example, applying: npx -y claude-whitelabel-themes@^0.1 apply "<id-or-path>".
After apply: tell the user to re-pick the theme via /theme in Claude Code (or
restart) and to reload/restart Warp; for the browser, load the generated extension/
directory via chrome://extensions/ → Load unpacked. After reset: the prior theme is
restored. Building a brand-new theme uses npx -y claude-whitelabel-themes@^0.1 init "<Name>".
npx)../extension in the current directory
(override with compile --out <dir>).npx claudepluginhub jakubkrzysztofsikora/claude-theme --plugin whitelabel-themeProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.