Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lentil32/tokyo-night-chatgpt

Tokyo Night theme for ChatGPT
https://github.com/lentil32/tokyo-night-chatgpt

chatgpt css responsive-design stylus theme tokyo-night

Last synced: about 1 month ago
JSON representation

Tokyo Night theme for ChatGPT

Awesome Lists containing this project

README

        

# Tokyo Night Theme for ChatGPT

## Preview

![Preview Image](./preview.png)

## 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:

```css
: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

- [Tokyo Night theme for Alacritty](https://github.com/zatchheems/tokyo-night-alacritty-theme)
- [Tokyo Night theme for Helix](https://github.com/helix-editor/helix/wiki/Themes#night)