.coverage
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
README.qmd
coverage-badge.svg
mkdocs.yml
pyproject.toml
.github/workflows/lint.yaml
.github/workflows/mkdocs.yml
.github/workflows/pypi.yaml
.github/workflows/tests.yaml
docs/contributing.md
docs/index.md
docs/index.qmd
docs/guide/create-your-theme.md
docs/guide/custom-a-theme.md
docs/guide/reference.md
docs/img/darker.png
docs/img/default-line-updated.png
docs/img/default-line.png
docs/img/economist.png
docs/img/ft.png
docs/img/greenwave.png
docs/img/lighter.png
docs/img/minimal.png
docs/img/monoblue.png
docs/img/nature.png
docs/img/nord.png
docs/img/quickstart.png
docs/img/retro.png
docs/img/text-color.png
docs/img/urban.png
docs/img/vscode-dark.png
docs/img/wsj.png
docs/img/yellowish-updated.png
docs/img/yellowish.png
docs/stylesheets/style.css
morethemes/__init__.py
morethemes/main.py
morethemes/preview.py
morethemes/themes.py
morethemes.egg-info/PKG-INFO
morethemes.egg-info/SOURCES.txt
morethemes.egg-info/dependency_links.txt
morethemes.egg-info/requires.txt
morethemes.egg-info/top_level.txt
overrides/partials/footer.html
scripts/coverage.sh
scripts/release.sh
tests/__init__.py
tests/test_main.py