Themes marketplace can't load themes list

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When I try to install color theme with CMD+P → Browse marketplace, nothing loads and I get:

2026-01-13 12:09:56.675 [error] [Window] Problem loading themes from marketplace Failed to fetch
2026-01-13 12:09:56.675 [error] [Network] #20: https://marketplace.cursorapi.com/FullstacksJS/fullstacksjs-vscode/1.5.1/extension/package.json - error undefined Failed to fetch

For example I cannot load: Trigger.dark Theme - Visual Studio Marketplace

Steps to Reproduce

CMD+P → Search Marketplace for Color Themes - nothing happens

Expected Behavior

I can install Trigger.dark Theme - Visual Studio Marketplace

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.3.34
VSCode Version: 1.105.1
Commit: 643ba67cd252e2888e296dd0cf34a0c5d7625b90
Date: 2026-01-10T21:17:10.428Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.5.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, quick note: Cursor uses the Open VSX registry, not the official VS Code Marketplace (because of Microsoft’s licensing limits).

But there’s a workaround. You can download the VSIX directly via the API:

  1. Open this link and it’ll download the VSIX file:
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Triggerdotdev/vsextensions/trigger-dark/latest/vspackage
  1. CMD+Shift+X > three dots > Install from VSIX

  2. Pick the file you downloaded

For any other extension, use this format:

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/{publisher}/vsextensions/{extension-name}/latest/vspackage

About the “Failed to fetch” error when you click Browse marketplace, that’s a known UI bug in the theme search. The team is working on a fix.

That worked, thank you Dean! Bastards, that was a dick move.
Might be a good workaround for migration from VSCode → Cursor to automatically download and use it with VSIX (or link that workaround in the popup message).

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