LICENSE.txt
README.md
pyproject.toml
src/kevinbotlib_theme/__init__.py
src/kevinbotlib_theme/_color.py
src/kevinbotlib_theme/_main.py
src/kevinbotlib_theme/_proxy_style.py
src/kevinbotlib_theme/_style_loader.py
src/kevinbotlib_theme/_util.py
src/kevinbotlib_theme.egg-info/PKG-INFO
src/kevinbotlib_theme.egg-info/SOURCES.txt
src/kevinbotlib_theme.egg-info/dependency_links.txt
src/kevinbotlib_theme.egg-info/requires.txt
src/kevinbotlib_theme.egg-info/top_level.txt
src/kevinbotlib_theme/_icon/__init__.py
src/kevinbotlib_theme/_icon/icon_engine.py
src/kevinbotlib_theme/_icon/svg.py
src/kevinbotlib_theme/_os_appearance/__init__.py
src/kevinbotlib_theme/_os_appearance/listener.py
src/kevinbotlib_theme/_os_appearance/_accent/__init__.py
src/kevinbotlib_theme/_os_appearance/_accent/_mac_detect.py
src/kevinbotlib_theme/_resources/__init__.py
src/kevinbotlib_theme/_resources/colors.py
src/kevinbotlib_theme/_resources/palette.py
src/kevinbotlib_theme/_resources/standard_icons.py
src/kevinbotlib_theme/_resources/stylesheets.py
src/kevinbotlib_theme/_resources/svg.py
src/kevinbotlib_theme/_template/__init__.py
src/kevinbotlib_theme/_template/engine.py
src/kevinbotlib_theme/_template/filter.py
src/kevinbotlib_theme/qtpy/__init__.py
src/kevinbotlib_theme/qtpy/qt_compat.py
src/kevinbotlib_theme/qtpy/qt_version.py
src/kevinbotlib_theme/qtpy/QtCore/__init__.py
src/kevinbotlib_theme/qtpy/QtGui/__init__.py
src/kevinbotlib_theme/qtpy/QtSvg/__init__.py
src/kevinbotlib_theme/qtpy/QtWidgets/__init__.py
src/kevinbotlib_theme/widget_gallery/__init__.py
src/kevinbotlib_theme/widget_gallery/__main__.py
src/kevinbotlib_theme/widget_gallery/main_window.py
src/kevinbotlib_theme/widget_gallery/_ui/__init__.py
src/kevinbotlib_theme/widget_gallery/_ui/dock_ui.py
src/kevinbotlib_theme/widget_gallery/_ui/frame_ui.py
src/kevinbotlib_theme/widget_gallery/_ui/icons_ui.py
src/kevinbotlib_theme/widget_gallery/_ui/mdi_ui.py
src/kevinbotlib_theme/widget_gallery/_ui/widgets_ui.py
tests/test_color.py
tests/test_filters.py
tests/test_qdarktheme.py
tests/test_qdarktheme_with_qt.py
tests/test_svg.py
tests/test_template_engine.py
tests/test_util.py
tests/test_widget_gallery.py