pi-themes-rose-pine
v0.1.0
Published
Rosé Pine themes for pi (main, moon, dawn)
Downloads
140
Maintainers
Readme
pi-themes-rose-pine
Rosé Pine theme pack for pi.
Includes all 3 official variants:
rose-pinerose-pine-moonrose-pine-dawn
Install
From npm:
pi install npm:pi-themes-rose-pineFrom local source:
pi install ./pi-themes-rose-pineUse
In pi, open /settings and select one of:
rose-pinerose-pine-moonrose-pine-dawn
Or set directly in settings JSON:
{
"theme": "rose-pine"
}Package layout
themes/
rose-pine.json
rose-pine-moon.json
rose-pine-dawn.jsonConfigured in package.json:
{
"pi": {
"themes": ["./themes"]
}
}Publish (maintainers)
npm login
npm whoami
npm pack --dry-run
npm publishScoped package publish:
npm publish --access publicRecommended release flow:
npm version patch # or minor/major
git push && git push --tags
npm publish