Z.ai Dark Mode

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

Tác giả
Alfloyem
Cài đặt hàng ngày
0
Số lần cài đặt
4
Đánh giá
0 0 0
Phiên bản
1.1
Đã tạo
31-07-2025
Đã cập nhật
31-07-2025
Kích thước
9 KB
Giấy phép
MIT
Áp dụng cho

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 */
}