From 58affdd8023f915fc47d0dc9a1c4ac265c830b3c Mon Sep 17 00:00:00 2001 From: Yeison Date: Fri, 11 Dec 2020 20:24:18 -0500 Subject: [PATCH] Added invitation for user's themes. --- docs/source/index.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 07068b8..0061c91 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,8 +6,8 @@ Qt Material =========== -This is another stylesheet for **PySide6**, **PySide2** and **PyQt5**, this time looks like Material -Design (close enough). +This is another stylesheet for **PySide6**, **PySide2** and **PyQt5**, which +looks like Material Design (close enough). |GitHub top language| |PyPI - License| |PyPI| |PyPI - Status| |PyPI - Python Version| |GitHub last commit| |CodeFactor Grade| |Documentation @@ -122,13 +122,21 @@ Save it as `my_theme.xml` or similar and apply the style sheet from Python. Light themes ------------ -Light will need to add `light_secondary` argument as `True`. +Light themes will need to add `light_secondary` argument as `True`. .. code:: python apply_stylesheet(app, theme='dark_teal.xml', light_secondary=True) +New Themes +---------- + +Do you have a custom theme? it looks good? create a +`pull request `_ in +``_ and +share it with all users. + .. |GitHub top language| image:: https://img.shields.io/github/languages/top/un-gcpds/qt-material @@ -143,8 +151,6 @@ Light will need to add `light_secondary` argument as `True`. - - Indices and tables ==================