DeepSeek Harness Solarized Dark Theme

flat chrome · dark mode · MIT open source

Live Preview

DeepSeek Harness Web UI running the Solarized Dark theme
surface
#002b36
accent
#b58900
secondary
#2aa198
text
#93a1a1

Why Solarized Dark for DeepSeek Harness

Solarized Dark is Ethan Schoonover's legendary palette from 2011 — the gold standard for developer color schemes. Its low-contrast design philosophy reduces eye strain specifically for prolonged text reading, which is exactly what you do in an agent workspace: reading model output, reviewing code, scanning logs. If you've used Solarized in Vim, Emacs, or VS Code, this feels like home.

Design Philosophy

Solarized uses a carefully selected 16-color palette with precise CIELAB lightness values. The dark variant (#002b36 background) has just enough blue to reduce flicker perception while staying dark enough for OLED screens. The yellow accent (#b58900) is the only saturated color, guiding attention to interactive elements without competing with content.

Features

Installation

# Step 1: Install the skin plugin
dsh plugin --profile web add dsh-skin-center

# Step 2: Restart DSH
dsh web

# Step 3: Select this theme
# Settings → General → Skin → Solarized Dark

FAQ

How to switch back to the default theme?

Settings → General → Skin → click "Default". Instant restore, no restart needed.

What if DeepSeek Harness updates and breaks the theme?

The plugin uses zero source patches — it stamps the DOM at runtime. DSH updates most likely won't break it. Worst case, individual effects degrade to color-only.

Related Themes