[DOCS] Interactive command reference missing `/color` reset variants (`default`, `gray`, `reset`, `none`)
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:
- Command purpose and when to use it vs
/theme. - Supported reset variants (
default,gray,reset,none). - 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
/colorcommand having no way to reset back to the default color —/color default,/color gray,/color reset, and/color nonenow restore the default
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗