Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Oh My DarkNew to Visual Studio Code? Get it now.
Oh My Dark

Oh My Dark

luanzt

|
8 installs
| (1) | Free
Cursor Dark UI paired with Dracula Soft syntax colors. Oh My Dark keeps the Cursor Dark interface while coloring your code the Dracula Soft way.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Oh My Dark 🌾

A dark theme for Cursor / VS Code that combines:

  • UI / interface from Cursor Dark
  • Syntax (font) colors from Dracula Soft

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)

  1. Open the Extensions view (Cmd/Ctrl + Shift + X).
  2. Search for Oh My Dark.
  3. 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.
  • Cursor Dark UI colors from Cursor.

This project bundles derived color values for personal/community use. All trademarks and original palettes belong to their respective owners.

License

MIT — see LICENSE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft