UI display incorrect

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

UI display incorrect

Steps to Reproduce

After update to version v3.11.13
Even I reinstall cursor

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.11.13
VS Code Extension API: 1.125.0
Commit: 3f21b08f0b436a07be29fbfe00b304fa15553350
Date: 2026-07-10T01:45:28.254Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 24.5.0

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. I can see both screenshots. The Cursor Settings pane looks dimmed or washed out, to the point the text is almost unreadable. On the second one you have the About dialog open, and the dimmed background there is expected.

3.11.13 updated Chromium to 144, and updates like that can sometimes cause rendering issues on macOS. Let’s try a couple things first:

  1. Toggle Disable Hardware Acceleration in settings, or run cursor --disable-gpu from Terminal. This helps rule out GPU-related issues.
  2. Change theme: Cmd+K Cmd+T, switch between light and dark. This sometimes resets a broken theme state.
  3. macOS System Settings > Accessibility > Display. Check Reduce Transparency and Increase Contrast.
  4. Run cursor --disable-extensions to rule out a conflict with a UI or theme extension.

A couple questions to narrow it down:

  • Is it only the Settings pane and modals that are dimmed, or does the editor itself (code, sidebar, chat) also look broken?
  • Can you share a short screen recording that shows what happens when you open and close Settings?

Let me know what helped, and we’ll figure out the next step.