Stats
Actions
Tags
From White-Label Theme Manager
Apply a white-label Claude theme everywhere (browser + Claude Code CLI + Warp)
How this command is triggered — by the user, by Claude, or both
Slash command
/whitelabel-theme:apply-theme <theme-id-or-path>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Apply the white-label theme `$ARGUMENTS` by running the CLI: Then summarize what changed and the reload steps: - **Claude Code:** re-pick the theme via `/theme` (or restart). - **Warp:** fully restart Warp to load the new background + palette. - **Browser:** load the generated `./extension` via `chrome://extensions/` → Load unpacked. If `$ARGUMENTS` is empty, ask the user for a theme id (see `/list-themes`) or a path to a theme JSON.
Apply the white-label theme $ARGUMENTS by running the CLI:
npx -y claude-whitelabel-themes@^0.1 apply "$ARGUMENTS"
Then summarize what changed and the reload steps:
/theme (or restart)../extension via chrome://extensions/ → Load unpacked.If $ARGUMENTS is empty, ask the user for a theme id (see /list-themes) or a path to a theme JSON.
npx claudepluginhub jakubkrzysztofsikora/claude-theme --plugin whitelabel-theme