https://github.com/mavam/pi-terminal-theme
Pi theme that maps UI colors to ANSI 0..15.
https://github.com/mavam/pi-terminal-theme
ansi pi pi-package pi-theme terminal-theme
Last synced: 4 months ago
JSON representation
Pi theme that maps UI colors to ANSI 0..15.
- Host: GitHub
- URL: https://github.com/mavam/pi-terminal-theme
- Owner: mavam
- License: mit
- Created: 2026-02-28T09:50:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-28T14:05:29.000Z (4 months ago)
- Last Synced: 2026-02-28T14:46:04.324Z (4 months ago)
- Topics: ansi, pi, pi-package, pi-theme, terminal-theme
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/config.yaml
- License: LICENSE
Awesome Lists containing this project
README
# 🖥️ pi-terminal-theme
Your terminal colors are fine. Stop overriding them.
This [pi](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent)
theme maps UI colors to ANSI `0..15`. That's it.
## 📦 Install
```bash
pi install npm:@mavam/pi-terminal-theme
```
## 🎨 Use
Pick `terminal` in `/settings` → `theme`, or:
```json
{
"theme": "terminal"
}
```
## 🔄 No theme switcher needed
Because this theme uses your terminal’s ANSI palette directly, it automatically
follows whatever your terminal is already using (light/dark, custom palettes,
scheduled changes, etc.).
That means you usually don’t need a separate theme switcher integration such as:
- https://github.com/mise42/pi-theme-sync
- https://github.com/ferologics/pi-system-theme
## 📄 License
[MIT](LICENSE)