A vibrant VS Code color theme inspired by vapor wave aesthetics and neon lighting. Experience coding with a retro-futuristic visual style featuring bright magentas, cyans, and deep purples.
Features
Dark Theme: Easy on the eyes with a dark background
Vapor Wave Aesthetics: Inspired by 80s synthwave and neon culture
High Contrast: Excellent readability with vibrant accent colors
Comprehensive: Supports syntax highlighting for all major languages
UI Integration: Consistent theming across entire VS Code interface
Color Palette
Primary Background: Deep dark purple (#0f0a1a)
Secondary Background: Dark navy (#0a0a0f)
Accent Magenta: Bright pink (#ff00ff)
Accent Cyan: Electric blue (#00ffff)
Text: Pure white (#ffffff)
Comments: Purple (#6b46c1)
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
Screenshots
Add screenshots here showing the theme in action with different file types
Development
To contribute or modify this theme:
# Clone the repository
git clone https://github.com/your-username/vapor-gleam-theme.git
# Navigate to project
cd vapor-gleam-theme
# Install dependencies
npm install
# Package the extension
npm run package
Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.