.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
TODO.md
pyproject.toml
tasks.py
src/shell_themer/__init__.py
src/shell_themer/__main__.py
src/shell_themer/exceptions.py
src/shell_themer/generators.py
src/shell_themer/interpolator.py
src/shell_themer/parsers.py
src/shell_themer/theme.py
src/shell_themer/themer.py
src/shell_themer/utils.py
src/shell_themer/version.py
src/shell_themer.egg-info/PKG-INFO
src/shell_themer.egg-info/SOURCES.txt
src/shell_themer.egg-info/dependency_links.txt
src/shell_themer.egg-info/entry_points.txt
src/shell_themer.egg-info/requires.txt
src/shell_themer.egg-info/top_level.txt
tests/conftest.py
tests/test_generate.py
tests/test_generators.py
tests/test_interpolator.py
tests/test_list.py
tests/test_main_dispatch.py
tests/test_parser.py
tests/test_preview.py
tests/test_themer.py
tests/test_utils.py
themes/dracula.toml