The result: the familiar Cursor Dark editor chrome, with the softer, warmer code colors of Dracula Soft — no semantic-highlighting flicker.
Install
From Open VSX (Cursor)
Open the Extensions view (Cmd/Ctrl + Shift + X).
Search for Oh My Dark.
Install, then pick it via Preferences: Color Theme (Cmd/Ctrl + K then Cmd/Ctrl + T).
From a .vsix file
cursor --install-extension oh-my-dark-1.0.0.vsix
Why this theme?
Cursor Dark enables semantic highlighting, which overrides TextMate token colors — so simply layering Dracula colors on top made them flicker and revert. This theme bakes both layers into a single color theme with semanticHighlighting disabled, so the Dracula Soft colors are stable.
Development
npm install -g @vscode/vsce ovsx
# package a .vsix
vsce package
# publish to Open VSX (Cursor)
ovsx publish -p <OPEN_VSX_TOKEN>
Credits & Licenses
Dracula Soft color palette by Dracula Theme — MIT License.