mholson / pygments-nord

A simple implementation of the Nord theme to be used with Pygments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pygments-nord: Pygments style plugin with Nord colors

This is a simple implementation of two Pygments plugins appropriate for light and dark colorschemes (see pynordlight and pynorddark, respectively) using the Nord colorscheme. If you have suggestions for improving the schemes, feel free to open an issue or pull request.

To build the plugin, you can run

python -m build -o build

in the project root directory and install with

pip install [--user] [--force-reinstall] build/pygments_nord-1.0-py3-none-any.whl

where --user is useful for a local install (no root privileges) and --force-reinstall can be used to reinstall for testing during development, since pip will not normally reinstall a package with the same version as one already installed.

About

A simple implementation of the Nord theme to be used with Pygments


Languages

Language:Python 93.8%Language:Makefile 6.2%