@aefree/pi-themes
Solarized Dark and Light themes for Pi.
Package details
Install @aefree/pi-themes from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@aefree/pi-themes- Package
@aefree/pi-themes- Version
0.2.1- Published
- Aug 29, 2026
- Downloads
- 448/mo · 35/wk
- Author
- aefree
- License
- MIT
- Types
- theme
- Size
- 7.7 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"themes": [
"./themes"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Pi Themes
Reusable Pi theme package.
Contents
solarized-dark- Solarized for dark terminal backgroundssolarized-light- Solarized for light terminal backgrounds
Install
From npm:
pi install npm:@aefree/pi-themes
From GitHub:
pi install git:git@github.com:aefreedman/pi-themes.git
Local development install:
pi install <path-to-pi-themes>
Project-local install:
pi install -l <path-to-pi-themes>
Usage
Pi discovers packaged themes from themes/. After installation, select the theme by name in Pi settings:
{
"theme": "solarized-dark"
}
To follow the terminal's detected appearance, start Pi with the paired themes:
pi --use-theme solarized-light/solarized-dark
Attribution
The solarized-dark and solarized-light themes adapt the Solarized color palette created by Ethan Schoonover. See NOTICE.md.
License
MIT. See LICENSE.