Rose Prime Theme
A dark VSCode theme with vibrant syntax highlighting inspired by primeagen's version of rose pine.
Screenshots


Features
- Deep dark background for reduced eye strain
- Vibrant syntax highlighting with carefully selected colors
- Optimized for readability during long coding sessions
- Beautiful UI elements that complement the syntax theme
Colors
- Functions: #EF9DAA (soft pink)
- Variables: #ADADCF (lavender gray)
- Keywords: #817FB3 (muted purple)
- Strings: #D9AD95 (soft terracotta)
- Boolean/constants: #8EB2FF (periwinkle blue)
- Type references: #92BEB8 (sage green)
- Package references: #B580A4 (mauve)
- Return types: #D56982 (rose)
Installation
VS Code Marketplace
- Open VS Code
- Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X)
- Search for "Rose Prime Theme"
- Click Install
Manual Installation
Clone this repository to your VS Code extensions folder:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS/Linux:
~/.vscode/extensions
Restart VS Code
Select the theme:
- Open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P )
- Type
Preferences: Color Theme
- Select
Rose Prime
Publishing to VS Code Marketplace
To publish this theme to the VS Code marketplace:
Create a publisher account on VS Code Marketplace
Install vsce (VS Code Extension Manager):
npm install -g @vscode/vsce
Login with your publisher account:
vsce login your-publisher-name
Update the package.json with your information:
- Change "publisher" to your publisher name
- Update repository URL to your repository
- Create an icon.png (at least 128x128px)
Package the extension:
vsce package
Publish the extension:
vsce publish
Customizing for Cursor
If you're using Cursor IDE, you can add the following settings to your theme to enhance the chat UI:
{
"colors": {
"chat.requestBackground": "#2A2A3F",
"chat.requestBorder": "#4F4A6E",
"chat.slashCommandBackground": "#B580A4",
"chat.slashCommandForeground": "#181825",
"interactive.activeCodeBorder": "#EF9DAA",
"interactive.inactiveCodeBorder": "#2A2A3F"
}
}
Contributing
Feel free to open issues or PRs for any improvements or bug fixes.
License
MIT
| |