Overview Version History Q & A Rating & Review
Vercel Cursor/VSCode Theme
Theme based on the Vercel code theme from ray.so.
Note: This is not an official Vercel theme. It's a hobby project created by an individual (who happens to work at Vercel at the time of creation), and is not affiliated with or endorsed by Vercel.
Preview
Installation
From Marketplace
Search for "Vercel VSCode Theme" in the VSCode/Cursor Extensions marketplace and install the extension by natemcgrady.
From VSIX File
Download the .vsix file
Install using one of these commands:
VSCode: code --install-extension vercel-vscode-theme-1.0.0.vsix
Cursor: cursor --install-extension vercel-vscode-theme-1.0.0.vsix
Select the theme:
Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
Type "Color Theme"
Select "Vercel"
Manual Installation
Download or clone this repository
Copy the entire folder to your extensions directory:
macOS/Linux : ~/.cursor/extensions/ or ~/.vscode/extensions/
Windows : %USERPROFILE%\.cursor\extensions\ or %USERPROFILE%\.vscode\extensions\
Restart VSCode/Cursor
Select the theme:
Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
Type "Color Theme"
Select "Vercel"
Credits & Attribution
This theme is inspired by the Vercel theme from ray.so by Raycast .
Acknowledgments
ray.so is an open-source project by Raycast, licensed under the MIT License
Repository: github.com/raycast/ray-so
This theme extracts and adapts the color scheme from the Vercel theme for use in VS Code/Cursor
License
This VS Code/Cursor theme is licensed under the MIT License. See the LICENSE file for details.
The color scheme is inspired by ray.so's Vercel theme, which is also MIT licensed.