Hey, thanks for the report. I can see the screenshot, the icons really blend into the background.
This is a known icon contrast issue in dark mode. A common cause is custom color settings, for example from the Peacock extension or manual workbench.colorCustomizations. In particular, titleBar.activeForeground can affect icon colors outside the title bar.
Can you try this:
- Open
settings.jsonCmd+Shift+P> Preferences: Open User Settings (JSON) and check if there is aworkbench.colorCustomizationssection. If there is, try commenting it out and reload. - Start Cursor with
cursor --disable-extensionsfrom Terminal. If the icons become visible, one of the extensions is setting a problematic color.
A similar case was solved in this forum thread Invisible action buttons. Changing titleBar.activeForeground to a lighter color like #cccccc helped.
If none of this applies, no custom colors and no extensions, the team is aware of the icon contrast issue. Let me know what you find.