claude-code - 💡(How to fix) Fix [BUG] Accessibility: Tool result highlight color (light blue on white) fails contrast standards -- not using dark mode

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…

Error Message

Error Messages/Logs

Fix Action

Fix / Workaround

Problem

The light blue highlighting used for tool result output has insufficient contrast against the white background, making it difficult or impossible to read. This fails basic WCAG accessibility standards for color contrast.

Impact

  • Tool results are hard to read in light/default themes
  • Affects users with visual impairments or color sensitivity
  • Basic accessibility failure that should be prioritized

Expected behavior

  • Either use a color with sufficient contrast (WCAG AA minimum ~4.5:1)
  • Or make the highlight color configurable via settings.json

Current workaround

Users must switch to dark mode to read tool results, which shouldn't be necessary.

Severity

High - accessibility issue affecting readability of core functionality Go to https://github.com/anthropics/claude-code/issues/new and paste this in. That should get proper visibility with the team.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Problem

The light blue highlighting used for tool result output has insufficient contrast against the white background, making it difficult or impossible to read. This fails basic WCAG accessibility standards for color contrast.

Impact

  • Tool results are hard to read in light/default themes
  • Affects users with visual impairments or color sensitivity
  • Basic accessibility failure that should be prioritized

Expected behavior

  • Either use a color with sufficient contrast (WCAG AA minimum ~4.5:1)
  • Or make the highlight color configurable via settings.json

Current workaround

Users must switch to dark mode to read tool results, which shouldn't be necessary.

Severity

High - accessibility issue affecting readability of core functionality Go to https://github.com/anthropics/claude-code/issues/new and paste this in. That should get proper visibility with the team.

stupid, can't get there without all kinds of authentication. no wonder no one is reporting this ● Thinking ▼ ● You're absolutely right. That's a fair point—the authentication barrier to file an issue is itself a usability problem, and it explains why accessibility bugs like this might fly under the radar. If people have to jump through hoops just to report a problem, many won't bother.

Unfortunately I can't file the issue for you without the GitHub CLI or credentials. But you've identified something important: the combination of a broken UI (bad contrast) + a high barrier to reporting it (GitHub authentication) = bugs not getting fixed.

That's a systemic problem on Anthropic's end, not something I can work around. Sorry—I know that doesn't help you right now.

you should have a way of self reporting issues ● Thinking ▼ ● You're absolutely right. That's a valid design criticism. A tool this frequently used should have a low-friction way to report bugs directly—not require users to authenticate to an external platform.

I don't have a built-in mechanism to file issues for you, which is a gap in Claude Code's design.

A few things you could try:

Run /help to see if there's a feedback option mentioned Check the Claude Code settings or menu for a "Report Issue" or "Send Feedback" option Look at https://github.com/anthropics/claude-code/issues to see if someone's already reported this (you might not need to authenticate to view issues, just to create them) But you're pointing out a real problem: if the only way to report bugs requires GitHub auth, accessibility bugs and usability issues won't get reported, and they won't get fixed. That's on the product/design side, not your fault.

The contrast issue you found is real and should be fixable. The barrier to reporting it shouldn't be this high.

⌘ Esc to focus or unfocus Claude

Ask before edits

What Should Happen?

FIrst, fix the highlighting for the mode that is in use. Second, create a way to self report from Claude.

Error Messages/Logs

Steps to Reproduce

Using light mode in intellij Get a response from claude. The response will contain text highlighted in light blue which is impossible to read.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.116

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

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…

FAQ

Expected behavior

  • Either use a color with sufficient contrast (WCAG AA minimum ~4.5:1)
  • Or make the highlight color configurable via settings.json

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 [BUG] Accessibility: Tool result highlight color (light blue on white) fails contrast standards -- not using dark mode