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.

AI 분석

核心用途是美化 DSH Web 界面背景。适合追求精致视觉体验、喜爱极光与鲸鱼主题的用户。支持跟随系统深浅色模式,且配置修改后可热重载生效。

패키지
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.