lentil32 / tokyo-night-chatgpt

Tokyo Night theme for ChatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tokyo Night Theme for ChatGPT

Preview

Preview Image

Why?

  • Tokyo Night is good!
  • For better responsive layout with improved readability.
  • More accessible by people with vision problems.

Adjusting fonts (optional)

For better styles, adjusting fonts can be done. As default, style.css uses Interop and Iosevka Comfy. Change these with your favorite ones available locally.

The following parts concern:

:root {
  font-family: "Interop", sans-serif !important;
}

/* Other stuffs... */


code {
  font-family: "Iosevka Comfy", monospace !important;
  font-size: 15px !important;
}

/* Other stuffs... */

Compatiblility

This style sheet is compatible with:

  • KeepChatGPT by xcanwin

Reference

About

Tokyo Night theme for ChatGPT


Languages

Language:CSS 100.0%