Z.ai Dark Mode

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

Autor
Alfloyem
Dziennych instalacji
0
Wszystkich instalacji
4
Oceny
0 0 0
Wersja
1.1
Utworzono
31-07-2025
Zaktualizowano
31-07-2025
Rozmiar
9,42 KB
Licencja
MIT
Dotyczy

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