Metadata-Version: 2.4
Name: nordify
Version: 2.0.0
Summary: Transform any image into Nord-themed art — photos, selfies, screenshots, logos
Project-URL: Repository, https://github.com/dummy3ye/nord
Project-URL: Homepage, https://github.com/dummy3ye/nord
Project-URL: Issues, https://github.com/dummy3ye/nord/issues
Author: raven
License-Expression: MIT
Keywords: color-palette,filter,image-processing,nord,theme
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Editors
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Requires-Python: >=3.9
Requires-Dist: numpy>=1.22
Requires-Dist: pillow>=9.0
Description-Content-Type: text/markdown

# Nord Storehouse

A storehouse of [Nord](https://www.nordtheme.com/) themed things — wallpapers and UserCSS themes for the sites I use.

## UserCSS themes

Each site gets one self-contained `.user.css` file in [`css/`](css/), installable with the [Stylus](https://addons.mozilla.org/en-US/firefox/addon/styl-us/) browser extension.

| Site | Theme |
|---|---|
| GitHub | [`github.user.css`](css/github.user.css) ✅ |
| Instagram | [`instagram.user.css`](css/instagram.user.css) ✅ |
| — | [`_template.user.css`](css/_template.user.css) — copy to start a new theme |
| YouTube | planned |
| Gmail | planned |
| Wikipedia | planned |

See [docs/index.md](docs/index.md) for the full index.

## Wallpapers

Organized by resolution in [`wallpapers/`](wallpapers/). See [wallpapers/README.md](wallpapers/README.md).

## Palette

The canonical Nord palette is [`css/_nord.css`](css/_nord.css). Site themes inline the colors so each one installs standalone; `_nord.css` is the source of truth to copy from when writing a theme.

## Docs

- [docs/install.md](docs/install.md) — how to install a theme and how the metadata works
- [docs/index.md](docs/index.md) — full index of themes and wallpapers
