@juancrg90/nightfox-themes

Nightfox theme collection for Pi, based on edeneast/nightfox.nvim.

Packages

Package details

theme

Install @juancrg90/nightfox-themes from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@juancrg90/nightfox-themes
Package
@juancrg90/nightfox-themes
Version
1.0.0
Published
Jul 6, 2026
Downloads
43/mo · 10/wk
Author
juancrg90
License
MIT
Types
theme
Size
655 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

🦊 Nightfox Themes for Pi

Nightfox theme collection for pi, based on edeneast/nightfox.nvim.

Demo

Nightfox (dark)

Nightfox theme

Duskfox (dark)

Duskfox theme

Nordfox (dark)

Nordfox theme

Terafox (dark)

Terafox theme

Dawnfox (light)

Dawnfox theme

Dayfox (light)

Dayfox theme

Included themes

  • nightfox — dark
  • carbonfox — dark
  • duskfox — dark
  • nordfox — dark
  • terafox — dark
  • dayfox — light
  • dawnfox — light

Install

pi install npm:@juancrg90/nightfox-themes

Local dev:

pi install ./packages/nightfox-themes

Enable

Open /settings in pi, then pick any of:

  • nightfox
  • carbonfox
  • duskfox
  • nordfox
  • terafox
  • dayfox
  • dawnfox

Or set in settings JSON:

{
  "theme": "nightfox"
}

Package structure

nightfox-themes/
├── package.json
├── README.md
├── screenshots/
│   ├── dayfox.png
│   ├── dawnfox.png
│   ├── duskfox.png
│   ├── nightfox.png
│   ├── nordfox.png
│   └── terafox.png
└── themes/
    ├── carbonfox.json
    ├── dawnfox.json
    ├── dayfox.json
    ├── duskfox.json
    ├── nightfox.json
    ├── nordfox.json
    └── terafox.json

Notes

  • Palette and theme inspiration extracted from edeneast/nightfox.nvim.
  • Theme colors mapped into Pi's 51 required theme tokens.
  • Includes exact Nightfox family names for easy switching.