Z.ai Dark Mode

Dark mode for Z.ai chat platform (including splash screen)

作者
Alfloyem
日安装量
0
总安装量
2
评分
0 0 0
版本
1.1
创建于
2025-07-31
更新于
2025-07-31
大小
9.4 KB
许可证
MIT
适用于

Z.ai Dark Mode

A Tampermonkey script that adds a dark theme to the Z.ai chat platform.

Features

  • Complete dark UI for Z.ai chat interface
  • Splash screen dark mode support
  • Customizable color scheme
  • Mobile-friendly design
  • Code editor styling

Installation

  1. Install Tampermonkey
  2. Install this script from Tampermonkey.net
  3. Visit https://chat.z.ai - dark mode will activate automatically

Customization

Modify these CSS variables in the script to change colors:

:root {
  --bg-primary: #141618;    /* Main background */
  --bg-secondary: #1a1d1f;  /* Secondary background */
  --text-primary: #e6e6e6;  /* Main text color */
  --accent-color: #4a9eff;  /* Links and highlights */
}