Dark Obsidian Themes

Fifty themes for Obsidian, from the same palettes as the terminal, VS Code and template range. Click a swatch — the preview below is rendered with that theme's real values, read straight out of its theme.css.

themes/…/theme.css
Vault
Daily notes
Meeting — Q3 planning
Reading list
Projects
Tags
#research
#draft

Meeting — Q3 planning

2026-08-18 · 4 backlinks

#research#draft

Agreed the forecast ranges ship before the connector work. See [[Forecast ranges]] and the upstream issue for the numbers.

Order to P90 only when a stockout costs more than carrying the stock.
# derive the range
def band(sku, horizon=28):
    return forecast(sku, horizon).quantiles([.1, .5, .9])
Outline
Decisions
Open questions
Next steps
Status
Synced
2 conflicts
Open graph

All 50 themes

Installing

  1. Copy a theme folder into <your vault>/.obsidian/themes/
  2. Obsidian → Settings → Appearance → Themes → pick it
  3. Make sure Base color scheme is set to Dark

Or run ./install.sh /path/to/vault from the pack to copy all fifty at once.