I used Kvantum to theme KDE applications and that worked just fine (first image). But after the recent update the theme work except for the text colour which seems to be kept as the default black colour in Dolphin, making it a bit muted.
I tried reinstalling Dolphin to an older version but the same problem is still there. I'm using Hyprland on Arch Linux with the following environmental variables in hyprland.conf
env = XDG_MENU_PREFIX,arch-
env = QT_QPA_PLATFORM,wayland
env = QT_STYLE_OVERRIDE,kvantum
env = QT_QPA_PLATFORMTHEME,qt5ct
These are the qt packages installed
$ pacman -Qqe | grep qt
kvantum-qt5
pavucontrol-qt
qt5ct
I'm a bit lost on how to troubleshoot this further. Any help is greatly appreciated.