Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lentil32/tokyo-night-chatgpt
- Owner: lentil32
- Created: 2023-12-16T17:28:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T12:11:28.000Z (12 months ago)
- Last Synced: 2024-07-30T20:45:29.873Z (6 months ago)
- Topics: chatgpt, css, responsive-design, stylus, theme, tokyo-night
- Language: CSS
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)