KDE apps not being themed properly on Hyprland

Hello,

I updated to 26.05 and now my KDE apps aren’t being themed properly. I am using qt6ct with breeze dark and papirus-icons. Dolphin is in light mode, with alternating rows with a dark backgroud and using the default breeze icons. QBittorrent has the correct theme, this seems to be just a KDE issue, not a QT issue.

My config

KDE apps like Dolphin, I think pull their config from ~/.config/kdeglobals and not from the QT theme. Try adding


[UiSettings]
ColorScheme=qt6ct

to the kdeglobals file

Thanks, that worked

For future reference, this is my ~/.config/kdeglobals file

[General]
TerminalApplication=kitty
TerminalService=kitty.desktop

[Icons]
Theme=Papirus-Dark

[UiSettings]
ColorScheme=qt6ct

Most KDE apps are themed correctly now (KDE connect is in light mode, but I don’t care enough to fix that)