-
-
Notifications
You must be signed in to change notification settings - Fork 37
Themes
Oliver Tseng edited this page Sep 24, 2021
·
7 revisions
Unique Bible App has two built-in themes for the user interface: light and dark.
Select the theme in Menu/Select Theme and restart the app for it to take effect.
We also added support to use 3rd-party "Qt Material" themes (https://pypi.org/project/qt-material/)
Steps to enable Qt Material Themes in UBA
- Install qt_material module, by running the following command with terminal:
pip3 install qt-material
- Select "qtMaterial" from "Select more" dialog
- After restarting UBA, you will see qt-material colour themes are available from submenu "Select Theme":
- Select one and restart UBA
Remarks: In future, we will see if we can improve so that theme is applied without restarting UBA.