A VS Code color theme blending Gleam with vaporwave.
Features
Dark theme blending Gleam and vaporwave colors
High contrast for readability
Broad syntax highlighting coverage
UI theming across VS Code
Color Palette
Primary background: #1a1a2e
Secondary background: #0f0a1a
Accent magenta: #ffc1eb
Accent cyan: #8bbec7
Text: #e0def4
Comments: #6c7086
Installation
From VS Code Marketplace
Open VS Code
Go to Extensions (Ctrl+Shift+X)
Search for "Vapor Gleam"
Click Install
Manual Installation
Download the .vsix file
Open VS Code
Go to Extensions view
Click "..." menu
Select "Install from VSIX..."
Choose the downloaded file
Activation
Open Command Palette (Ctrl+Shift+P)
Type "Preferences: Color Theme"
Select "Vapor Gleam" from the list
Development
To contribute or modify the theme:
# Clone the repository
git clone https://github.com/streek/theme-vscode-vapor-gleam.git
# Navigate to project
cd theme-vscode-vapor-gleam
# Install dependencies
npm install
# Package the extension
npm run package
Local Testing
npm run package
code --install-extension vapor-gleam-*.vsix