My goal is to enable dark theme on whonix-workstation
for QT apps.
On Debian VM i was able to install qt5-style-kvantum
, select a theme and that was it, its working.
On whonix-workstation
however, the theme simply does not apply.
What I did:
-
sudo apt install qt5-style-kvantum
-
Launch
kanvtummanager
-
Select a theme, click use this theme
-
Open KeepassXC, its still light theme.
I know KeepassXC has a built in dark theme, my goal is to set the default theme to dark like on the Debian VM.
I checked the debug info of KeepassXC app, QT version is 5.15.8
Another thing i tried:
-
sudo apt install qt5ct
-
sudo nano /etc/environment
Add those lines:
QT_QPA_PLATFORMTHEME=qt5ct
QT_STYLE_OVERRIDE=kvantum
- Launch
qt5ct
, configure it to use the dark theme - Launch KeepassXC, still light
Any pointer to the right direction is appreciated.