Available Themes
Default Dark
The default dark theme with transparency applied to all major UI elements.- Best used with: Dark+ (default dark) color theme
- Opacity default: 0.4
- Style: Full UI transparency including sidebar, activity bar, editor, and panels
Dark (Only Subbar)
A minimal dark theme that applies transparency only to the sidebar and activity bar.- Best used with: Dark+ (default dark) color theme
- Opacity default: 0.4
- Style: Selective transparency (sidebar and activity bar only)
Dark (Exclude Tab Line)
Dark theme with full transparency except for the tab bar.- Best used with: Dark+ (default dark) color theme
- Opacity default: 0.4
- Style: Full transparency with opaque tab bar
Default Light
Light theme with transparency optimized for bright environments.- Best used with: Light+ (default light) color theme
- Opacity default: 0.4
- Style: Full UI transparency with light colors
Light (Only Subbar)
Minimal light theme with transparency only in sidebar and activity bar.- Best used with: Light+ (default light) color theme
- Opacity default: 0.4
- Style: Selective transparency in light mode
Tokyo Night Storm
A popular dark theme inspired by Tokyo Night color scheme.- Best used with: Tokyo Night Storm color theme
- Opacity default: 0.4
- Style: Full UI transparency with Tokyo Night colors
Install the Tokyo Night extension for the best experience.
Tokyo Night Storm (Outer)
Alternative Tokyo Night theme with outer-focused transparency.- Best used with: Tokyo Night Storm color theme
- Opacity default: 0.4
- Style: Transparency focused on outer UI elements
Noir et blanc
A high-contrast black and white theme with elegant transparency.- Best used with: Dark+ or high contrast themes
- Opacity default: 0.4
- Style: Monochrome with full transparency
Solarized Dark+
Vibrancy theme for the popular Solarized Dark color scheme.- Best used with: Solarized Dark color theme
- Opacity default: 0.4
- Style: Solarized colors with full transparency
Install the Solarized extension for the recommended color theme.
Catppuccin Mocha
A soothing pastel theme based on Catppuccin Mocha.- Best used with: Catppuccin Mocha color theme
- Opacity default: 0.4
- Style: Pastel colors with full transparency
Install the Catppuccin extension for the best experience.
GitHub Dark Default
GitHub’s dark theme with transparency.- Best used with: GitHub Dark Default color theme
- Opacity default: 0.4
- Style: GitHub colors with full transparency
Install the GitHub Theme extension for the recommended color theme.
Paradise Smoked Glass
A premium theme with smoked glass effect.- Best used with: Paradise color theme
- Opacity default: Variable
- Style: Smoked glass aesthetic with gradient effects
Install the Paradise extension for the complete experience.
Paradise Frosted Glass
A premium theme with frosted glass effect.- Best used with: Paradise color theme
- Opacity default: Variable
- Style: Frosted glass aesthetic with softer transparency
Custom theme (use imports)
Use this option to create your own theme using custom CSS files.- Best used with: Any color theme
- Style: Defined by your custom CSS/JS files
Switching Themes
Manual Theme Selection
- Open VS Code Settings (Cmd/Ctrl + ,)
- Search for
vscode_vibrancy.theme - Select your desired theme from the dropdown
- Press F1 and run “Reload Vibrancy”
- Restart VS Code when prompted
Using settings.json
Add to yoursettings.json:
Automatic Theme Switching
Vibrancy supports automatic switching between dark and light themes based on your OS appearance.Setup
- Enable automatic theme switching:
- Configure your preferred themes:
- Reload Vibrancy (F1 → “Reload Vibrancy”)
How It Works
- macOS
- Windows
Vibrancy automatically detects your macOS appearance settings:
- Light Mode: Uses
preferedLightTheme - Dark Mode: Uses
preferedDarkTheme - Auto Mode: Switches based on time of day
Both
vscode_vibrancy.enableAutoTheme and window.autoDetectColorScheme must be enabled for automatic theme switching to work.Theme Compatibility
Each Vibrancy theme is designed to work best with specific VS Code color themes. For optimal appearance:- Install the recommended color theme extension (if needed)
- Set the color theme in VS Code settings
- Select the matching Vibrancy theme
- Reload Vibrancy
Creating Custom Themes
You can create your own Vibrancy theme by:- Copying an existing theme from the themes directory
- Modifying the CSS to your preferences
- Using the
importssetting to load your custom theme
Theme Files Structure
Each theme consists of two files:ThemeName.css- The stylesheet with UI customizationsThemeName.json- Configuration file specifying:colorTheme: Recommended VS Code color themesystemColorTheme: macOS system appearance (“dark” or “light”)opacity: Default opacity value

