claude-code - 💡(How to fix) Fix Visual distinction between user prompts and model responses in panel view [1 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#51942Fetched 2026-04-23 07:40:47
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Fix Action

Fix / Workaround

Currently using no workaround – the conversation history is hard to scan when prompts and responses look identical. A simple timestamp or "You:" / "Claude:" label with a different color would already help significantly.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Add visual distinction between user prompts and model responses in panel view (e.g. different background color or border)

Proposed Solution

User messages should have a visually distinct background color or left border (e.g. subtle blue/purple tint), while model responses remain with the default background. This should follow the current VS Code theme colors if possible, or be configurable via settings.json (e.g. "claudeCode.userMessageColor").

Alternative Solutions

Currently using no workaround – the conversation history is hard to scan when prompts and responses look identical. A simple timestamp or "You:" / "Claude:" label with a different color would already help significantly.

Priority

Medium - Would be very helpful

Feature Category

Other

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implementing a visual distinction, such as different background colors or borders, between user prompts and model responses in the panel view can improve readability.

Guidance

  • Consider adding a CSS class to user messages and model responses to apply different styles, such as background colors or borders, to distinguish between them.
  • Use VS Code theme colors or introduce a configurable setting (e.g., "claudeCode.userMessageColor") to allow users to customize the appearance.
  • A simple timestamp or labeled text (e.g., "You:" / "Claude:") with a different color could serve as a temporary workaround to improve conversation history scanning.
  • Explore using existing VS Code APIs or extensions for theme integration to ensure consistency with the user's chosen theme.

Example

No specific code example can be provided without more context on the implementation details, but a general approach might involve adding a class to user messages and defining the style for that class in CSS.

Notes

The exact implementation details depend on the technologies and frameworks used in the project, which are not specified in the issue. This guidance is based on general web development principles and may need adjustments based on the actual project setup.

Recommendation

Apply a workaround by introducing a simple visual distinction, such as a different background color or a labeled text with a distinct color, to improve the readability of the conversation history until a more comprehensive solution can be implemented.

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 Visual distinction between user prompts and model responses in panel view [1 participants]