Alphauni-x/dsh-ds-home-bg0

dsh-ds-home-bg

Deep-navy aurora background theme for the DeepSeek Harness web UI: layered radial glows, a fine grid and a drifting halftone whale, following the host Appearance setting.

包名
dsh-ds-home-bg
版本
7.6.5
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Alphauni-x/dsh-ds-home-bg

Configuration

Append to ~/.dsh/profiles/web/cordis.patch.yml:

- id: ds-home-bg
  config:
    base: "#0B1120"     # background base colour
    glow1: "#1A3870"    # lower-left glow
    glow2: "#4A8AC4"    # upper-centre glow
    glow3: "#2D5F9E"    # lower-right glow
    grid: "rgba(74, 138, 196, 0.06)"   # grid line colour
    blur: 140           # glow blur radius, px
    opacity: 0.45       # overall glow strength
    animation: true     # enable breathing animation

Config changes hot-reload — save the file and the loader re-applies, no restart needed.