Preface¶
The core philosophy of the DSH plugin system is “everything is a plugin.” If you need to quickly add a custom appearance set to your web profile and verify themes, wallpapers, sound effects, and music box effects, AKS1st/ikun-theme-skin is a ready-to-install plugin for fun customization.
Maintained by AKS1st under the MIT license, it primarily addresses the need to integrate ikun themes, fullscreen wallpaper carousels, music boxes, and send sound effects into the DeepSeek Harness web interface—without rewriting the system appearance.
What Is This¶
AKS1st/ikun-theme-skin is an IKUN theme skin for DeepSeek Harness.
It integrates three color schemes—Star Blue Day, Star Blue Night, and Overalls Black Gold—into the system appearance theme list and provides fullscreen wallpaper carousels, “Ji Ni Tai Mei” music box, send sound effects, and reply easter eggs. Standard installation is a static bundle, but it can also run as a dynamic plugin.
Core Features¶
- Three themes: Star Blue Day (light, default) / Star Blue Night (dark blue stage) / Overalls Black Gold; inserted into the system appearance theme list (Settings → General).
- Fullscreen wallpaper carousel: Uses real photos and classic meme images of Cai Xukun as backgrounds, auto-switching every 7 seconds; falls back to gradient colors if images fail to load.
- Send sound effect: Automatically plays Kun Kun’s classic line “What are you doing? Oh no~” when clicking “Send” or pressing Enter to send a message.
- Music box: Plays the “Ji Ni Tai Mei” theme music, supporting play, pause, replay, and volume adjustment; Kun Kun dances with a spinning basketball while playing.
- Little Kun Kun in the bottom right: Stays in the bottom right corner, gently swaying normally, dancing wildly with a spinning ball when music is playing.
- Reply easter eggs: Randomly displays Kun Kun’s face, a chick, a basketball, a star, or a microphone after each AI reply.
- Settings page: Adds an “IKUN Theme” page to the settings panel, supporting theme switching, manual wallpaper switching, music control, and design notes.
Installation and Enabling¶
Remote Repository Installation¶
First install the plugin to the web profile, then restart the web service to activate the profile:
dsh plugin --profile web add github:AKS1st/ikun-theme-skin
dsh web
Local Installation¶
If you clone the repository first, you can register the local directory with dsh plugin:
git clone https://github.com/AKS1st/ikun-theme-skin.git
dsh plugin --profile web add /path/to/ikun-theme-skin
dsh web
Uninstallation¶
To remove the plugin, execute:
dsh plugin --profile web remove ikun-theme-skin
Dynamic Plugin Execution¶
You can also run it without writing to the profile, loading it in the session first:
- In the session, have the model execute
cordis_define. - Paste the function body from
src/client.jsintocode.client. - Execute
cordis_runto activate, and allow execution in the interface.
Dynamic mode does not write to the profile and requires re-execution after restart; standard mode is suitable for long-term use.
Build Script Notice¶
If pnpm prompts that a build script needs to be run, you can add the package to the allowBuilds section of the profile’s pnpm-workspace.yaml as instructed and retry. The documentation indicates this plugin has no build scripts and typically does not require this step.
Typical Usage¶
After installation, you can view the “IKUN Theme” page in the settings panel and perform the following actions:
- Switch between Star Blue Day, Star Blue Night, or Overalls Black Gold in the system appearance theme list (Settings → General).
- Manually switch wallpapers on the “IKUN Theme” page.
- Control the music box’s play, pause, replay, and volume.
- Observe the send sound effect and reply easter eggs when sending messages.
- If adjustments are needed, open the constants section at the top of
src/client.js; modify the wallpaper list in theWALLPAPERSarray; adjust theme colors intokensunderDAY/NIGHT/GOLD.
Use Cases and Notes¶
This plugin is designed for fun, suitable for scenarios where you want to showcase ikun theme support in the DeepSeek Harness web interface.
Please note the following when using it:
- This plugin is designed for entertainment purposes only.
- All images and audio are copyrighted by their original owners and are used solely for fan culture display.
- Hotlinked resources have no SLA; if loading fails, it automatically falls back to gradient colors.
- The plugin runs with the current
dshprocess permissions; review the source code and license before installation. - The license is
MIT.
How to Get It¶
Catalog page: https://www.skillhub.cn/plugins/AKS1st/ikun-theme-skin
GitHub: https://github.com/AKS1st/ikun-theme-skin