Cursor Dark Theme for VS Code

A beautiful, modern dark theme for Visual Studio Code inspired by the popular Cursor editor. Features elegant purple accents, carefully crafted color palette, and comprehensive syntax highlighting optimized for readability during long coding sessions.

Why Choose Cursor Dark Theme?
- Eye-Friendly Colors - Carefully selected contrast levels reduce eye strain
- Modern Aesthetics - Clean, minimal UI inspired by Cursor editor
- Purple Accents - Elegant purple highlights for a professional look
- 50+ Languages - Comprehensive syntax highlighting support
- Web3 Ready - First-class support for Solidity, Vyper, and blockchain development
- Framework Support - Optimized for React, Vue, Angular, Svelte, and more
- Actively Maintained - Regular updates and improvements
Screenshots
JavaScript / TypeScript / React

Python

Supported Languages
| Web Development |
Backend |
Systems |
Web3 |
Data & Config |
| JavaScript |
Python |
Rust |
Solidity |
JSON |
| TypeScript |
Go |
C/C++ |
Vyper |
YAML |
| React/JSX |
Java |
Assembly |
Hardhat |
TOML |
| Vue |
PHP |
WebAssembly |
Foundry |
XML |
| Angular |
Ruby |
|
|
Markdown |
| Svelte |
|
|
|
SQL |
| HTML/CSS |
|
|
|
GraphQL |
| SCSS/SASS |
|
|
|
Prisma |
Installation
From VS Code Marketplace (Recommended)
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Cursor Dark Theme" or "Cursor Color Theme"
- Click Install
- Press
Ctrl+K Ctrl+T and select Cursor Dark Theme
Quick Install via Command Palette
- Press
Ctrl+P / Cmd+P
- Paste:
ext install flawlessnitin.cursor-color-theme
- Press Enter
From VSIX File
- Download the
.vsix file from Releases
- Open Command Palette (
Ctrl+Shift+P / Cmd+Shift+P)
- Run Extensions: Install from VSIX...
- Select the downloaded file
Activating the Theme
- Open Command Palette (
Ctrl+Shift+P / Cmd+Shift+P)
- Type "Color Theme" and select Preferences: Color Theme
- Choose Cursor Dark Theme
Or use the keyboard shortcut: Ctrl+K Ctrl+T
Recommended Settings
Font: Geist Mono
For the best experience, we recommend Geist Mono by Vercel.
Add to your settings.json:
{
"editor.fontFamily": "'Geist Mono', Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.lineHeight": 1.6
}
Optional Enhancements
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.smoothScrolling": true,
"workbench.colorTheme": "Cursor Dark Theme"
}
Color Palette
| Element |
Color |
Hex |
| Background |
Dark Navy |
#1a1a1a |
| Foreground |
Light Gray |
#d8dee9 |
| Strings |
Pink |
#E394DC |
| Keywords |
Teal |
#83D6C5 |
| Functions |
Orange |
#EFB080 |
| Classes |
Blue |
#87C3FF |
| Variables |
Light Blue |
#94C1FA |
| Comments |
Gray |
#6d6d6d |
| Numbers |
Yellow |
#EBC88D |
| Properties |
Purple |
#AA9BF5 |
Changelog
See CHANGELOG.md for version history and updates.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Issues & Feedback
Found a bug or have a suggestion? Open an issue on GitHub.
If you like this theme, you might also enjoy:
License
MIT License - Copyright (c) 2024-2026 Nitin
Enjoy coding with Cursor Dark Theme! If you find this theme useful, please consider: