Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Cursor Color ThemeNew to Visual Studio Code? Get it now.
Cursor Color Theme

Cursor Color Theme

Nitin Sahu

|
16 installs
| (1) | Free
A refined Cursor-inspired dark theme with comprehensive syntax highlighting for web, web3, and systems programming
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cursor Theme

A Cursor-inspired dark theme for Visual Studio Code with purple accents.

1.00

Features

  • Clean dark UI inspired by Cursor editor
  • Purple accent colors for a modern look
  • Carefully crafted syntax highlighting
  • Optimized for readability during long coding sessions

Screenshots

JavaScript Python

Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Cursor Theme"
  4. Click Install
  5. Select the theme: Ctrl+K Ctrl+T → Choose Cursor Theme

From VSIX File

  1. Download the .vsix file from Releases
  2. In VS Code, open Command Palette (Ctrl+Shift+P)
  3. Run Extensions: Install from VSIX...
  4. Select the downloaded file

Usage

  1. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Type "Color Theme" and select Preferences: Color Theme
  3. Choose Cursor Theme

Recommended Font

For the best experience, we recommend using Geist Mono font.

Install Geist Mono

  1. Download from GitHub - Geist Font or Vercel
  2. Install the font on your system

Configure in VS Code

  1. Open Settings (Ctrl+, / Cmd+,)
  2. Search for "Font Family"
  3. Set Editor: Font Family to:
    'Geist Mono', Consolas, 'Courier New', monospace
    

Or add this to your settings.json:

{
  "editor.fontFamily": "'Geist Mono', Consolas, 'Courier New', monospace",
  "editor.fontSize": 14,
  "editor.fontLigatures": true
}

Feedback

If you have suggestions or find issues, please open an issue on GitHub.

License

MIT

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