A port of the Pop!_OS design language for the Pi Agent Harness.
This theme brings the warm browns, electrifying teals, and scintillating tangerines of System76's Pop!_OS to Pi. It is based on the color scheme originally ported to VS Code by ArtisanByteCrafter and the Zed theme by Anatoly Tsyplenkov.
TBA
- Go to the Releases page
- Download
pop-dark.jsonfrom the latest release - Copy it to Pi's themes directory:
mkdir -p ~/.pi/agent/themes cp ~/Downloads/pop-dark.json ~/.pi/agent/themes/
- Select the theme in Pi via
/settingsor add tosettings.json:{ "theme": "pop-dark" }
If you want to modify the theme:
git clone https://github.com/atsyplenkov/pi-pop-theme.git
cd pi-pop-theme
ln -sf "$(pwd)/themes/pop-dark.json" ~/.pi/agent/themes/pop-dark.jsonChanges to the file will hot-reload in Pi via /reload.
- VS Code Pop Theme — The original VS Code port by @ArtisanByteCrafter
- Zed Pop Theme — The Zed editor port (this theme's parent)
- @ArtisanByteCrafter — The original VS Code port of the Pop!_OS theme
- System76 — Creators of Pop!_OS and the original design language
- This project has made use of AI-assisted pair programming using
Kimi-K2.5andPi
MIT License. See LICENSE.

