/color command has no way to reset back to default (gray)

Resolved 💬 1 comment Opened Mar 4, 2026 by amanat361 Closed Mar 5, 2026

Preflight

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report
  • [x] I am using the latest version

What's Wrong?

After using /color <color> to set a session color (e.g. /color pink), there is no way to reset it back to the default gray. None of the following work:

  • /color default → Invalid color "default"
  • /color reset → Invalid color "reset"
  • /color none → Invalid color "none"
  • /color gray → Invalid color "gray"
  • /color white → Invalid color "white"
  • /color black → Invalid color "black"

The only accepted values are: red, blue, green, yellow, purple, orange, pink, cyan — but the default color (gray) is not among them.

What Should Happen?

There should be a way to reset /color back to the default. Either:

  • Accept /color default, /color reset, or /color none
  • Add gray to the available colors
  • Running /color with no argument could reset to default (currently it just shows available colors)

Steps to Reproduce

  1. Open a new Claude Code session (notice default gray accent color)
  2. Run /color pink → "Session color set to: pink"
  3. Try to go back to gray:
  • /color gray → Invalid color "gray"
  • /color default → Invalid color "default"
  • /color reset → Invalid color "reset"
  • /color none → Invalid color "none"
  1. No way to return to the default color

Claude Model

Opus

Is This a Regression?

Don't know

Claude Code Version

2.1.68

Platform

Anthropic API

Operating System

Linux (Arch)

Terminal/Shell

Other (Ghostty)

Additional Information

Screenshot showing the issue:

The available colors list (red, blue, green, yellow, purple, orange, pink, cyan) does not include the default gray, making the color change a one-way operation within a session.

<img width="1393" height="793" alt="Image" src="https://github.com/user-attachments/assets/88ccf2b5-b2f7-4e45-b0da-ffbe0d5fa84b" />

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗