Stream Theme
A beautiful VS Code theme featuring dark and light variants using the Stream color palette.
Themes
Stream Dark
A dark theme with deep backgrounds and vibrant syntax highlighting. Perfect for extended coding sessions.
Stream Light
A light theme with clean backgrounds and excellent contrast for readability.
Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Stream Theme"
- Click Install
Manual Installation
- Clone this repository
- Copy the theme files to your VS Code extensions folder
- Reload VS Code
Color Palette
The themes use a comprehensive color palette with shades from 50 (lightest) to 950 (darkest):
- Grey: Neutral tones for backgrounds and text
- Blue: Primary accent color
- Red: Error states and warnings
- Green: Success states and positive indicators
- Yellow: Warnings and highlights
Features
- Comprehensive syntax highlighting for all major languages
- Carefully crafted UI colors for optimal contrast
- Terminal color scheme matching the theme
- Git decoration colors
- Diff editor colors
- Accessible color combinations
Publishing
To publish this theme to the VS Code Marketplace:
Install the VS Code Extension Manager (vsce):
npm install -g @vscode/vsce
Update the publisher field in package.json with your publisher name
Create a Personal Access Token on Azure DevOps
Package the extension:
vsce package
Publish the extension:
vsce publish
License
MIT
| |