Metadata-Version: 2.4
Name: qt5_t5darkstyle
Version: 1.3
Summary: Dark Stylesheet for QT5
Home-page: https://gitlab.com/t-5/qt5_t5darkstyle
Author: Jürgen Herrmann
Author-email: t-5@t-5.eu
License: bsd-3-clause
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Dark Stylesheet for QT5

the css and icons were inspired by https://github.com/ColinDuquesnoy/QDarkStyleSheet which are Copyright (c) 2013-2018 Colin Duquesnoy

## Usage:

    from qt5_t5darkstyle import darkstyle_css
    widget.setStylesheet(darkstyle_css())

or set your own colors with:

    widget.setStylesheet(darkstyle_css(MY_COLORS_DICT))

