Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Solarized DeepNew to Visual Studio Code? Get it now.
Solarized Deep

Solarized Deep

j4rviscmd

|
5 installs
| (0) | Free
A deeper, calmer dark theme based on Solarized Dark
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Solarized Deep

A deeper, calmer VSCode dark theme based on Solarized Dark with enhanced darkness.

Screenshots

Solarized Deep Theme Preview

Features

  • Deeper Darkness: Adopts an even darker background color (#000a0f) than traditional Solarized Dark
  • Calm Color Palette: Eye-friendly colors optimized for extended coding sessions
  • Solarized Base: Maintains the proven color hues of the Solarized color scheme
  • Comprehensive Syntax Highlighting: Extensive token color definitions for major programming languages
  • Semantic Highlighting: Full support for semantic token colors in TypeScript, JavaScript, and more

Installation

From VSCode Marketplace (Coming Soon)

  1. Open VSCode
  2. Open Extensions view (Cmd+Shift+X / Ctrl+Shift+X)
  3. Search for "Solarized Deep"
  4. Click Install

Local Development & Testing

# Clone the repository
git clone https://github.com/j4rviscmd/vscode-theme-solarized-deep.git
cd vscode-theme-solarized-deep

# Copy to VSCode extensions directory
cp -r . ~/.vscode/extensions/solarized-deep-0.1.0

# Restart VSCode

Activating the Theme

  1. Press Cmd+K Cmd+T (macOS) or Ctrl+K Ctrl+T (Windows/Linux)
  2. Select Solarized Deep from the list

Or configure via settings:

{
  "workbench.colorTheme": "Solarized Deep"
}

Color Palette

This theme is based on the Solarized color palette:

  • Base: #000a0f (background), #93a1a1 (foreground)
  • Accent Colors:
    • Green: #859900 (keywords)
    • Cyan: #2aa198 (strings)
    • Blue: #268bd2 (functions)
    • Yellow: #b58900 (classes)
    • Orange: #cb4b16 (constants)
    • Red: #dc322f (errors)

License

MIT License

Copyright (c) 2025 j4rviscmd

See the LICENSE file for details.

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