lyq3 / dsh-skin-nebula

목록에 있음

Anime skin pack for DeepSeek Harness Web UI: 5 AI-generated HD themes, top-right switcher, adjustable transparency · DSH 动漫皮肤包

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:lyq3/dsh-skin-nebula

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 57b9f7f동기화 2026. 8. 18.

dsh-skin-nebula

English | 中文

Anime skin pack for the DeepSeek Harness Web UI — translucent surfaces over AI-generated HD artwork, a shirt-icon switcher at the top right to pick between five built-in skins, and an adjustable transparency slider.

Skins

SkinAccentDark artworkLight artwork
Ninjaneon cyanmoonlit ninja over a cyberpunk skylinewhite-clad ninja in a bright sky
Sakurarosekunoichi on a torii gate under a blood moonsakura kunoichi in a pastel sky
Bambooemeraldnight bamboo grove, emerald blade and firefliesmisty morning bamboo with sunbeams
Roninamberwandering ronin against the last ember of duskgolden-hour countryside
Ryujinindigoeastern dragon coiling through a night stormwhite dragon gliding among sunlit clouds

The dropdown also has a transparency slider (0-100%, default 50%): higher = more artwork showing through; menus and popovers keep a readability floor. Skin choice and transparency persist in localStorage per browser. Both color schemes (light/dark) are covered by every skin; the backdrop follows body[data-ds-dark-theme] automatically.

Preview

DarkLight
Ninja
Sakura
Bamboo
Ronin
Ryujin

Install

From GitHub (recommended):

dsh plugin --profile web add github:lyq3/dsh-skin-nebula

From a local checkout:

dsh plugin --profile web add file:/path/to/dsh-skin-nebula

Ensure dsh-skin-nebula is listed in the profile's dsh.profile.bundles (the dsh plugin add command does this automatically), then restart dsh.

Upgrade: re-run the same add command (for github: installs, add github:lyq3/dsh-skin-nebula pulls the latest main), then restart dsh.

Uninstall: dsh plugin --profile web remove dsh-skin-nebula and drop the entry from bundles.

How it works

  • index.mjs — host plugin: registers the /skin-nebula prefix route on the dsh webserver to serve artwork from assets/ (prefix routes must be registered without a trailing slash).
  • client/client.js — browser plugin (__ModuleLoader__ bundle, hand-written, no bundler):
    • one ctx.theme.overrideTokens() layer per active skin, covering the --dsw-alias-* semantic tokens and the --dsw-static-neutral-bluish-* surface scale (the sidebar and some panels read statics directly and would otherwise stay stock gray); every value is a { light, dark } pair so neither scheme bleeds into the other, and re-calling with the same source swaps the whole layer atomically on skin switch;
    • a body-level backdrop stylesheet (no product DOM selectors);
    • the switcher registered in the shell.overlay slot, with zh/en dictionaries through the optional locale service.
  • assets/ — ten 1536×1024 artworks (dark + light per skin) generated with gpt-image-2.
  • cordis.patch.yml — inserts the host plugin into the profile's bundle layer.

Compatibility

Built against @deepseek-ai/dsh 0.1.0-rc.6 (Developer Preview) and re-verified on 0.1.0-rc.7 — the --dsw-alias-* and --dsw-static-neutral-bluish-* token inventories are unchanged between the two. rc releases may still break the dsh.client contract or the token inventory; if the skin stops applying after a dsh upgrade, re-check the alias/static token names against dsh-client-ui-theme's style sheets first.

License

MIT

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 17. 오후 4:40

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.