Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>drotionNew to Visual Studio Code? Get it now.
drotion

drotion

Vyom Jain

| (0) | Free
drotion - A clean, minimal dark theme inspired by Notion
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

drotion

A clean, minimal dark theme inspired by Notion's UI — with Dracula-style syntax highlighting.

drotion Theme Logo


Features

  • Neutral dark UI – background #191919, sidebar #202020.
  • Blue accent – #2383e2 for selections, focus, and active elements.
  • Dracula syntax highlighting – vibrant token colors for code.

Compatibility

Works with VS Code and any VS Code-compatible editor, including:

  • Visual Studio Code
  • VSCodium
  • Cursor
  • Antigravity IDE
  • Windsurf
  • Any other VS Code fork

Install

Option 1 — Marketplace (recommended)

  1. Open your editor's Extensions view (Ctrl+Shift+X).
  2. Search for drotion (publisher VyomJain).
  3. Click Install, then select drotion in the Color Theme picker (Ctrl+K Ctrl+T).

Option 2 — From VSIX

  1. Download/obtain the drotion-1.0.1.vsix file.
  2. Open the Command Palette (Ctrl+Shift+P).
  3. Run Extensions: Install from VSIX... and select the file.
  4. Pick drotion in the Color Theme picker.

Option 3 — Manual (offline)

  1. Copy the extension folder (vyomjain.drotion-1.0.1-universal) into your editor's extensions directory:
    • VS Code: ~/.vscode/extensions/
    • VSCodium: ~/.vscodium/extensions/ (or ~/.config/VSCodium/extensions/)
    • Cursor: ~/.cursor/extensions/
    • Antigravity IDE: ~/.antigravity-ide/extensions/
  2. Restart the editor.
  3. Select drotion in the Color Theme picker (Ctrl+K Ctrl+T).

Screenshots

Editor Sidebar Terminal
Editor Sidebar Terminal

Recommended Settings

{
  "editor.renderLineHighlight": "gutter",
  "editor.lineHeight": 2,
  "editor.fontLigatures": true,
  "workbench.colorCustomizations": {
    "editorCursor.background": "#000000"
  }
}

License

MIT License


Feel free to open an issue or pull request if you'd like to improve this theme.

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