pi-theme-vitesse
v0.0.1
Published
Vitesse-inspired themes and automatic system appearance switching for Pi Coding Agent.
Readme
pi-theme-vitesse
Vitesse-inspired dark and light themes for Pi Coding Agent, plus an extension that switches between them using macOS system appearance.
Themes
vitesse-darkvitesse-light
Extension
extensions/vitesse-system-theme.ts checks macOS dark mode with osascript when a Pi session starts, then polls every 2 seconds and applies:
vitesse-darkwhen macOS is in dark modevitesse-lightwhen macOS is in light mode
The extension only runs in UI sessions. If theme application fails during startup, it shows a Pi notification.
Install
From this repo:
pi install ./packages/pi-theme-vitesseAfter installing, run /reload in an active Pi session or start a new session. The extension will keep the active theme in sync with macOS appearance.
You can also manually select vitesse-dark or vitesse-light from /settings, or set one in ~/.pi/agent/settings.json:
{
"theme": "vitesse-dark"
}Credit
This package adapts the Vitesse color palette for Pi's TUI theme format. Original Vitesse theme: antfu/vscode-theme-vitesse by Anthony Fu.
