An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Solarized Deep

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![VS Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/j4rviscmd.solarized-deep?logo=visualstudiocode&logoColor=fff)](https://marketplace.visualstudio.com/items?itemName=j4rviscmd.solarized-deep)
[![VS Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/j4rviscmd.solarized-deep?logo=visualstudiocode&logoColor=fff)](https://marketplace.visualstudio.com/items?itemName=j4rviscmd.solarized-deep)
[![VS Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/j4rviscmd.solarized-deep?logo=visualstudiocode&logoColor=fff)](https://marketplace.visualstudio.com/items?itemName=j4rviscmd.solarized-deep)

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

## Screenshots

![Solarized Deep Theme Preview](./screenshots/preview.png)

## 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!

![Star](docs/images/star-github.gif)

## 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.