Open amenoko opened 4 months ago
Depend on which Desktop Environment you are using, you can add the dark theme.
Alternatively, you can try installing qt5ct
(Qt5 Configuration Tool) and make the changes of the appearance.
Then in the environment variable, add
QT_QPA_PLATFORMTHEME=qt5ct
or run the above together with the command. Eg QT_QPA_PLATFORMTHEME=qt5ct sudo ./med-ui
(in the working directory that has the med-ui
together with other ui
files.
Is it possible to add a dark theme? I wouldn't mind adding it myself, if only I knew how qt works, I'm not a dev.