.commitlintrc.yml
.coveragerc
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
versioneer.py
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
conda-recipe/meta.yaml
envs/dev.yml
src/ipython_nord_theme/__about__.py
src/ipython_nord_theme/__init__.py
src/ipython_nord_theme/_version.py
src/ipython_nord_theme/magic.py
src/ipython_nord_theme/startup.py
src/ipython_nord_theme.egg-info/PKG-INFO
src/ipython_nord_theme.egg-info/SOURCES.txt
src/ipython_nord_theme.egg-info/dependency_links.txt
src/ipython_nord_theme.egg-info/entry_points.txt
src/ipython_nord_theme.egg-info/not-zip-safe
src/ipython_nord_theme.egg-info/requires.txt
src/ipython_nord_theme.egg-info/top_level.txt
tests/test_about.py
tests/test_load.py