# Pi Nord

Low-contrast Nord-inspired light and dark themes for [Pi](https://pi.dev), tuned toward Zed's calmer Nord palette.

## Install

```bash
pi install npm:@maddeye/pi-nord
```

## Use

Choose `nord-dark` or `nord-light` in `/settings`. `nord` is an alias for `nord-dark`. To follow your terminal appearance automatically, set:

```json
{
  "theme": "nord-light/nord-dark"
}
```

The themes are validated against Pi 0.80.6 and require Node.js 22.19 or newer.

## Development

```bash
npm test
npm pack --dry-run
```

## Credits

- [Nord](https://www.nordtheme.com/) for the palette
- Zed's Nord theme for the calmer contrast direction

## License

[MIT](LICENSE)
