https://github.com/j4rviscmd/vscode-theme-solarized-deep
🎨 A deeper, calmer VSCode dark theme based on Solarized — Easy on the eyes for long coding sessions
https://github.com/j4rviscmd/vscode-theme-solarized-deep
color-theme dark-mode dark-theme developer-tools solarized syntax-highlighting visual-studio-code vscode vscode-extension vscode-theme
Last synced: 3 months ago
JSON representation
🎨 A deeper, calmer VSCode dark theme based on Solarized — Easy on the eyes for long coding sessions
- Host: GitHub
- URL: https://github.com/j4rviscmd/vscode-theme-solarized-deep
- Owner: j4rviscmd
- License: mit
- Created: 2025-12-29T08:11:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-05T08:58:32.000Z (6 months ago)
- Last Synced: 2026-01-13T19:50:11.828Z (5 months ago)
- Topics: color-theme, dark-mode, dark-theme, developer-tools, solarized, syntax-highlighting, visual-studio-code, vscode, vscode-extension, vscode-theme
- Language: TypeScript
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Solarized Deep
[](LICENSE)
[](https://marketplace.visualstudio.com/items?itemName=j4rviscmd.solarized-deep)
[](https://marketplace.visualstudio.com/items?itemName=j4rviscmd.solarized-deep)
[](https://marketplace.visualstudio.com/items?itemName=j4rviscmd.solarized-deep)
A deeper, calmer VSCode dark theme based on Solarized Dark with enhanced darkness.
## Screenshots

## Star this repo to keep me motivated ⭐
I build this in my spare time. Every star shows that my work is valued and keeps me going!

## 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
1. Open VSCode
2. Open Extensions view (`Cmd+Shift+X` / `Ctrl+Shift+X`)
3. Search for "Solarized Deep"
4. Click Install
Or install directly from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=j4rviscmd.solarized-deep)
### Local Development & Testing
```bash
# 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
# or
# command palette -> Start Debugging
# 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:
```json
{
"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](./LICENSE) file for details.