[DOCS] Commands page omits bare `/color` random-color behavior

Resolved 💬 2 comments Opened May 4, 2026 by coygeek Closed May 10, 2026

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/en/commands

Section/Topic

/color command row in the Commands table

Current Documentation

The docs currently say:

/color [color|default] — Set the prompt bar color for the current session. Available colors: red, blue, green, yellow, purple, orange, pink, cyan. Use default to reset. When Remote Control is connected, the color syncs to claude.ai/code

What's Wrong or Missing?

This entry documents explicit color arguments and the reset behavior, but it does not explain what the no-argument form does.

If the v2.1.128 behavior is that bare /color now picks a random session color, the current command description is outdated/incomplete: the syntax shows the argument as optional, but the outcome of running /color with no argument is not described anywhere on the page.

Suggested Improvement

Update the /color row so it documents all three behaviors in one place:

  • Bare /color picks a random session color
  • /color <color> sets a specific session color
  • /color default resets to the default color

For example, revise the row text to say that running /color without arguments chooses a random prompt-bar color for the current session.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/commands | 32 | /color command row documents explicit colors and default, but not bare /color behavior |

Total scope: 1 page affected

This draft is based on the v2.1.128 changelog entry for bare /color choosing a random session color.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗