Z.ai Dark Mode

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

ავტორი
Alfloyem
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
4
რეიტინგი
0 0 0
ვერსია
1.1
შექმნილია
31.07.2025
განახლებულია
31.07.2025
Size
9,42 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 */
}