Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Stream ThemeNew to Visual Studio Code? Get it now.
Stream Theme

Stream Theme

GetStream.io

|
6 installs
| (0) | Free
Dark and light themes using the Stream color palette
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Stream Theme"
  4. Click Install

Manual Installation

  1. Clone this repository
  2. Copy the theme files to your VS Code extensions folder
  3. 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:

  1. Install the VS Code Extension Manager (vsce):

    npm install -g @vscode/vsce
    
  2. Update the publisher field in package.json with your publisher name

  3. Create a Personal Access Token on Azure DevOps

  4. Package the extension:

    vsce package
    
  5. Publish the extension:

    vsce publish
    

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft