Forced grayscale font antialiasing on Windows

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Hello,

I installed recently Cursor, and immediately noticed that the font rendering is worse than in VS Code.
It uses a forced grayscale on Windows, while ClearType (a.k.a subpixel antialiasing) is available and used in VSCode.

There are multiple reports of this issue, but it seems to be ignored.

You can see diff screnshots, VS Code is left, Cursor is right

Steps to Reproduce

Open Cursor and VS Code side to side
Look at the explorer panel font rendering at the left
Another place the issue is really visible is in context menus

Expected Behavior

Cursor should not force the grayscale antialiasing on users.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.1.14 (system setup)
VSCode Version: 1.105.1
Commit: d8673fb56ba50fda33ad78382000b519bb8acb70
Date: 2026-04-14T01:39:23.679Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey @avolden!

Curious if this workaround from last year still works for users on Windows. Could you try it out?

I tried enabling the setting, but nothing changed on my side.

I tried looking a little more in the text rendering of Cursor to give additional details, and noticed the subpixel antialiasing is in fact present, but not everywhere.

Places where the subpixel antialiasing works:

  • Text editor
  • Tabs
  • Terminal panel
  • Agent window (partial, seems to work only on user messages and chat input, but may due to different font weight)
  • Settings

Places where the subpixel antialiasing doesn’t work:

  • Every view in the activity bar (Explorer, Search, Source control, Debug, …)
  • Menus. This implies context menus as well as menus in the main bar (File, Edit, …)
  • Problems panel, but it seems to be also present in VS Code

I also noticed the colored text of the explorer view having a less saturated color, for the exact same theme. This issue seems to be present only in the explorer view, as other views having colored text with the same color don’t have this kind of desaturation
(VS Code on the left, Cursor on the right)

Screenshot 2026-04-15 142530

any updates ?

Hey @avolden!

It’s something on our radar, but no short-term plans here.