deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A dynamic Cordis theme plugin for the DeepSeek Harness web UI. It adds background switching (gradient wallpapers / custom images), background opacity and blur, accent colors, light/dark/system mode, and persists settings across sessions.
theme service).--dsw-alias-brand-primary.deepseek-harness-background/
├── host.js # Host half: persists settings via the fs service, exposes load/save RPC
├── client.js # Client half: theme UI + token overrides + wallpaper style injection
├── LICENSE # MIT
└── README.md
This plugin ships as a DSH "dynamic Cordis plugin": the contents of host.js and client.js are the code.host and code.client for cordis_define (plain JavaScript function bodies returning a Cordis Plugin).
In the DSH web GUI:
cordis_define): paste the contents of host.js into code.host and the contents of client.js into code.client.cordis_run.Note: dynamic plugins are temporary (re-run after each process restart). To auto-load on every startup, rewrite it as a persistent web plugin in the repo (host composition's web bundle layer) and rebuild.
Settings are written to a JSON file through the host-side fs service. It tries the following locations in order and uses the first writable one:
C:/Users/33144/.dsh/theme-pro.json (the DSH_HOME directory on the dev machine).dsh-theme-pro.json (workspace root, relative)Update the paths array at the top of host.js to point at your own DSH_HOME directory (Windows: C:/Users/<you>/.dsh, macOS/Linux: ~/.dsh).
theme (token overrides / color scheme), slots (settings.section), styles, host, Reactfs (persistence), harness (private RPC)CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。