Riviera theme for VS Code / Cursor
A two-tone pastel color theme for VS Code and Cursor.
Installation
From the Marketplace
- Open VS Code or Cursor
- Go to Extensions (
Cmd+Shift+X on macOS or Ctrl+Shift+X on Linux/Windows)
- Search for Riviera theme
- Click Install
- Open the Command Palette (
Cmd+Shift+P / Ctrl+Shift+P) and select Preferences: Color Theme → Riviera theme
Manual installation
Copy the riviera folder to your extensions directory:
- macOS:
~/.vscode/extensions/
- Linux:
~/.vscode/extensions/
- Windows:
%USERPROFILE%\.vscode\extensions\
For Cursor, use ~/.cursor/extensions/ instead.
Restart the editor
Open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P) and select Preferences: Color Theme → Riviera theme
Development
The theme is generated from source files in src/. To rebuild after making changes:
npm run build
| |