[DOCS] Interactive command reference missing `/color` reset variants (`default`, `gray`, `reset`, `none`)

Open 💬 6 comments Opened Mar 6, 2026 by coygeek

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/interactive-mode

Section/Topic

Slash command reference for color-related commands and reset behavior.

Current Documentation

The interactive command table currently includes color/theme-related guidance such as:

| /theme | Change the color theme. Includes light and dark variants, colorblind-accessible themes, and ANSI themes that use your terminal's color palette |

No /color command entry is documented in the command reference.

What's Wrong or Missing?

Changelog v2.1.70 documents new user-facing /color reset behavior:

  • /color default
  • /color gray
  • /color reset
  • /color none

The command reference does not currently document /color usage or these reset variants, so users cannot discover the recovery path to return to default color behavior.

Suggested Improvement

Add /color to the interactive command table with:

  1. Command purpose and when to use it vs /theme.
  2. Supported reset variants (default, gray, reset, none).
  3. Expected result (restores default color behavior).

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/interactive-mode | 116-156 | Slash command table includes /theme but no /color command entry |

Total scope: 1 page affected

Source: Release v2.1.70

  • Fixed /color command having no way to reset back to the default color — /color default, /color gray, /color reset, and /color none now restore the default

View original on GitHub ↗

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