PyQtDarkTheme documentation#

PyQtDarkTheme applies a flat dark theme to QtWidgets application(PySide and PyQt). There’s a light theme too. Color and style balanced from a dark theme for easy viewing in daylight.

_images/widget_gallery_dark.png
_images/widget_gallery_light.png
_images/sync_with_os_theme.gif

Features:

  • A flat dark/light theme

  • Support PySide, PyQt and PyInstaller

  • Sync with OS’s theme and accent (Mac, Windows, Linux)

  • Resolve the style differences between Qt versions

  • Provide dark/light theme QPalette

  • Override Qt old standard icons.


Installation guide

How to use

API reference

Contributing