Select theme Issue

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

My current theme selection (Cursor Light 2) isn’t persisting, I need to select it every time I open Cursor IDE, it keeps reseting Cursor Light 1

Steps to Reproduce

Open Cursor IDE
change theme to Cursor Light 2
close Cursor
open it again

Expected Behavior

Theme selection should persist

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.46 (Universal)
VSCode Version: 1.99.3
Commit: b9e5948c1ad20443a5cecba6b84a3c9b99d62580
Date: 2025-10-14T01:21:46.830Z (1 day ago)
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 25.0.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. Is Cursor Light 2 your custom theme? This likely looks like a settings persistence issue with Cursor Light theme.

Please try this workaround:

  1. Open Command Palette Cmd + Shift + P
  2. Run “Preferences: Open User Settings (JSON)”
  3. Add: "workbench.colorTheme": "Cursor Light 2"
  4. Save and restart Cursor

Let me know if this helps.

Hey Deanrie, thanks a bunch for getting back to me so fast!

Actually, I was thinking of calling the theme “Cursor Light 2” because there are actually two “Cursor Light” themes, as you can see in the image.

Okay, so I gave your workaround a shot, and guess what? I stumbled upon the problem! It turns out there are two themes with the same name! When I pick the second one, it keeps “Cursor Light” as my default, and then when I restart the cursor, it grabs and selects the first “Cursor Light.”

Hope it helps!

It looks like the root cause is duplicate theme names. Using “Cursor Light” more than once triggers a save error.

You’ll need a unique theme name, otherwise the default theme gets selected. Rename your theme to something unique and the issue should be resolved.

Perfect! Thanks for the help! :black_heart:

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.