NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
A Tampermonkey script that adds a dark theme to the Z.ai chat platform.
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 */
}
Rating: 0