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

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)
- Open VSCode
- Open Extensions view (
Cmd+Shift+X / Ctrl+Shift+X)
- Search for "Solarized Deep"
- 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
- Press
Cmd+K Cmd+T (macOS) or Ctrl+K Ctrl+T (Windows/Linux)
- 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.
| |