claude-code - 💡(How to fix) Fix Allow customizing user-message background color in TUI [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55569Fetched 2026-05-03 04:50:00
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1

Fix Action

Fix / Workaround

Today's workarounds (all unsatisfying)

RAW_BUFFERClick to expand / collapse

What I'd like

Right now user messages render with a subtle grey background block, which blends into the conversation in long sessions. Would love a way to make my own messages stand out — e.g. an orange/highlighted background so I can scan back through a long stack and find where I last interjected.

Suggested surface

  • A new theme.userMessageBackground (or similar) field in settings.json, accepting a color name or hex.
  • Or a richer theme system where the existing /config → Theme picker exposes per-element colors (user msg bg, assistant msg bg, diff bg, tool-call bg, etc.).

Use case

I run very long autonomous sessions and visually re-locating my own interjections in scrollback is harder than it should be. Coloring just the user-message background would solve it without affecting any other rendering, and wouldn't require a full theming overhaul.

Today's workarounds (all unsatisfying)

  • Terminal-level pattern triggers (iTerm2 / wezterm) — fragile, depends on Claude Code's exact rendering.
  • /config → Theme — only switches dark/light/colorblind palettes; doesn't target user messages specifically.
  • tui setting — layout only, no color hooks.

extent analysis

TL;DR

Implementing a customizable theme.userMessageBackground field in settings.json could allow users to highlight their own messages with a distinct background color.

Guidance

  • Introduce a new configuration option, such as theme.userMessageBackground, to accept a color name or hex value, enabling users to customize the background color of their messages.
  • Consider extending the existing theme system to expose per-element colors, including user message background, to provide more flexibility.
  • Evaluate the feasibility of integrating this feature into the /config Theme picker for easier user access.
  • Assess the potential impact on the overall UI and user experience to ensure the new feature does not introduce unintended visual inconsistencies.

Example

No code example is provided due to the lack of specific technical details in the issue.

Notes

The implementation details and potential challenges, such as ensuring compatibility with different themes and color schemes, are not explicitly mentioned in the issue and would require further investigation.

Recommendation

Apply workaround: Introduce a customizable theme.userMessageBackground field, as it directly addresses the user's request and provides a straightforward solution to the problem.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Allow customizing user-message background color in TUI [1 comments, 2 participants]