Skip to content
Oliver Tseng edited this page Sep 24, 2021 · 7 revisions

Built-in Themes

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.

Qt Material Themes

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

  1. Install qt_material module, by running the following command with terminal:

pip3 install qt-material

  1. Select "qtMaterial" from "Select more" dialog
  1. After restarting UBA, you will see qt-material colour themes are available from submenu "Select Theme":
  1. Select one and restart UBA

Remarks: In future, we will see if we can improve so that theme is applied without restarting UBA.

Clone this wiki locally