claude-code - 💡(How to fix) Fix [FEATURE] Soften pure-black background in macOS Desktop dark theme (use dark gray instead) [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#53154Fetched 2026-04-26 05:23:01
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4

Fix Action

Fix / Workaround

  • Currently there is no in-app setting to change the dark theme background color, so the only "workaround" is using the light theme — which defeats the purpose for users who prefer dark mode.
  • Reducing system brightness helps a little but causes the surrounding macOS UI (which is dark gray, not pure black) to look washed out by comparison.
  • A user-installable theme system would also solve this, but a sensible default dark gray would help the majority of users without any extra configuration.
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

The dark theme in the Claude Code Desktop app for macOS uses a pure black background. During long coding sessions this creates a very harsh contrast against the white text and causes noticeable eye strain, especially on bright non-OLED monitors where pure black does not look "true black" but rather like a flat, lifeless dead zone.

Most modern developer tools (VS Code, Xcode, Cursor, JetBrains IDEs, Zed, Warp) use a softer dark gray as their default dark background (roughly in the #1E1E1E – #252526 range) rather than #000000. Pure black is generally reserved as an opt-in "OLED" or "midnight" variant.

The current Claude Code Desktop dark theme feels noticeably more fatiguing than these other tools when the app is open side-by-side with them.

Proposed Solution

Change the default dark theme background from pure black to a neutral dark gray, in line with the rest of the macOS developer tooling ecosystem.

Concrete suggestions:

  1. Switch the default dark background to something in the range of #1E1E1E – #232323 (similar to VS Code Dark+ or Xcode Default Dark). This is easy on the eyes and still clearly reads as "dark mode".
  2. Optionally expose two dark variants in settings:
    • "Dark" — the new softer dark gray (default)
    • "Black" / "OLED" / "Midnight" — the current pure-black look, kept for users who prefer it on OLED displays
  3. Make sure surface elevation is preserved: panels, popovers, code blocks and the input area should still have a subtle contrast against the background (e.g. slightly lighter gray for elevated surfaces) so that the UI hierarchy stays readable.

This should be a small visual tweak but it would meaningfully improve comfort during long sessions and bring the Desktop app closer to the look-and-feel of the editors people typically pair it with.

Alternative Solutions

  • Currently there is no in-app setting to change the dark theme background color, so the only "workaround" is using the light theme — which defeats the purpose for users who prefer dark mode.
  • Reducing system brightness helps a little but causes the surrounding macOS UI (which is dark gray, not pure black) to look washed out by comparison.
  • A user-installable theme system would also solve this, but a sensible default dark gray would help the majority of users without any extra configuration.

Priority

Low - Nice to have

Feature Category

Other

Use Case Example

Typical scenario:

  1. I open the Claude Code Desktop app on macOS in the morning and have it running side-by-side with VS Code, iTerm, and a browser.
  2. VS Code, iTerm and the browser all use a soft dark gray background. Claude Code's window is the only pure-black surface on screen.
  3. After a few hours of switching back and forth between the windows, my eyes feel noticeably more tired when looking at the Claude Code window than the others.
  4. Switching to the Claude Code light theme is too bright in a dimly lit room. There is currently no middle-ground option.

With a softer dark gray default (or a "Black vs Dark" toggle in settings), the app would visually fit in with the rest of the macOS dev tooling I use daily and would be easier on the eyes during multi-hour sessions.

Additional Context

Reference values from other popular macOS developer tools (default dark theme background):

  • VS Code (Dark+): #1E1E1E
  • VS Code (Dark Modern): #1F1F1F
  • Xcode (Default Dark): ~#1F1F24
  • JetBrains Darcula: #2B2B2B
  • Zed (One Dark): ~#282C34
  • Warp (Dark): ~#1B1B1B

None of these popular tools use #000000 as their default. A value somewhere in the #1E1E1E – #232323 range would feel familiar and comfortable for most users while still being clearly "dark mode".

Environment:

  • App: Claude Code Desktop
  • OS: macOS
  • Theme: Dark

extent analysis

TL;DR

Change the default dark theme background in the Claude Code Desktop app from pure black to a neutral dark gray, such as #1E1E1E or #232323, to reduce eye strain.

Guidance

  • Update the CSS or theme configuration to use a softer dark gray background, such as #1E1E1E or #232323, as the default dark theme.
  • Consider adding an optional "Black" or "OLED" theme variant for users who prefer the current pure-black look.
  • Ensure that surface elevation is preserved by using a slightly lighter gray for elevated surfaces, such as panels and code blocks.
  • Test the new theme with different monitor settings and lighting conditions to ensure it is comfortable for users.

Example

No code example is provided as the issue does not specify the exact technology stack or implementation details.

Notes

The proposed solution is based on the reference values from other popular macOS developer tools, which use a softer dark gray as their default dark background. This change should improve the visual comfort of the Claude Code Desktop app during long sessions.

Recommendation

Apply the workaround by changing the default dark theme background to a neutral dark gray, as this is a low-priority but nice-to-have feature that can improve user experience.

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 [FEATURE] Soften pure-black background in macOS Desktop dark theme (use dark gray instead) [1 participants]