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

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

Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Cursor Theme"
- Click Install
- Select the theme:
Ctrl+K Ctrl+T → Choose Cursor Theme
From VSIX File
- Download the
.vsix file from Releases
- In VS Code, open Command Palette (
Ctrl+Shift+P)
- Run Extensions: Install from VSIX...
- Select the downloaded file
Usage
- Open Command Palette (
Ctrl+Shift+P / Cmd+Shift+P)
- Type "Color Theme" and select Preferences: Color Theme
- Choose Cursor Theme
Recommended Font
For the best experience, we recommend using Geist Mono font.
Install Geist Mono
- Download from GitHub - Geist Font or Vercel
- Install the font on your system
- Open Settings (
Ctrl+, / Cmd+,)
- Search for "Font Family"
- 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
| |