.gitignore
AGENTS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
TODO.md
pyproject.toml
tasks.py
src/dye/__init__.py
src/dye/__main__.py
src/dye/dye.py
src/dye/exceptions.py
src/dye/filters.py
src/dye/pattern.py
src/dye/scope.py
src/dye/theme.py
src/dye/utils.py
src/dye/agents/__init__.py
src/dye/agents/base.py
src/dye/agents/dye.py
src/dye/agents/environment_variables.py
src/dye/agents/eza.py
src/dye/agents/fzf.py
src/dye/agents/iterm.py
src/dye/agents/ls_colors.py
src/dye/agents/shell.py
src/dye_my_shell.egg-info/PKG-INFO
src/dye_my_shell.egg-info/SOURCES.txt
src/dye_my_shell.egg-info/dependency_links.txt
src/dye_my_shell.egg-info/entry_points.txt
src/dye_my_shell.egg-info/requires.txt
src/dye_my_shell.egg-info/top_level.txt
tests/conftest.py
tests/test_agent_base.py
tests/test_agent_dye.py
tests/test_agent_environment_variables.py
tests/test_agent_eza.py
tests/test_agent_fzf.py
tests/test_agent_iterm.py
tests/test_agent_ls_colors.py
tests/test_agent_shell.py
tests/test_dye.py
tests/test_dye_agents.py
tests/test_dye_apply.py
tests/test_dye_preview.py
tests/test_dye_print.py
tests/test_dye_themes.py
tests/test_filters.py
tests/test_pattern.py
tests/test_scope.py
tests/test_theme.py
themes/dracula.toml
themes/monokai-classic.toml
themes/monokai-pro-light.toml
themes/monokai-pro.toml
themes/noctis-obscuro.toml
themes/solarized-dark.toml
themes/solarized-light.toml
themes/template.toml