dsh-darksoft-theme

August 24, 2026 · View on GitHub

A dark theme plugin for dsh web, ported from Obsidian's things-soft-colorful-headings: warm-gray dimmed text (via --dsw-alias-label-* token overrides) plus soft colorful h1–h6 headings.

Zero dependencies, pure style injection. lib/ is the final artifact — no build step.

Install

# from GitHub
dsh plugin --profile web add github:MitterMeierGithub/dsh-darksoft-theme

# from npm
dsh plugin --profile web add dsh-darksoft-theme

# from a local directory or tarball
dsh plugin --profile web add ./dsh-darksoft-theme
dsh plugin --profile web add ./dsh-darksoft-theme-1.0.0.tgz

Restart dsh web after installing.

Features

  • Soft colorful h1–h6 headings in the dark theme
  • Warm-gray dimmed text for a calmer, lower-contrast UI

Compatibility

  • Applies to the dsh web dark theme only (body[data-ds-dark-theme]); light theme is unaffected
  • Pure CSS injection with no runtime dependencies; coexists with other theme/skin plugins
  • Requires the dsh web profile; no need to install for TUI / headless profiles

Note

The same color values can look warmer or bluer on different screens/browsers — that is a display difference (color temperature / gamut / brightness), not a plugin bug. When comparing across devices, unify the color temperature and color profile first.

License

MIT