.flake8
.gitignore
.pylintrc
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
osx-general-preference-pane.jpg
pyproject.toml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
.vscode/launch.json
.vscode/settings.json
osx_colors.egg-info/PKG-INFO
osx_colors.egg-info/SOURCES.txt
osx_colors.egg-info/dependency_links.txt
osx_colors.egg-info/entry_points.txt
osx_colors.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/color_utils.py
src/settings.py
tests/__init__.py
tests/test_color_utils.py
tests/test_main.py