Libadwaita apps under KDE unthemed
Closed this issue ยท 4 comments
Applying GTK theme under KDE not working for Libadwaita apps. Sorry if this has been already reported. How to fix? Same for Nordic.
Thanks
Please try using this
@EliverLara Thanks for reply. I have tried that saw it in your reply for Gnome 43 issue. Sadly it didn't work. All it did was break theming more for GTK4 apps. I think you need to make an install script or something that puts files in right place and does the symlinks. Like with Layan-GTK theme by Vince and many others.
All I did was Git clone the gtk theme into ~/.local/share/themes/ and ran that Python script you sent. Check Libadwaita apps they still using default theme. I even tried ~/.themes/
If I put in ~/.themes/ applying the fix yields light GTK version of Sweek how to get the dark one ?
Edit ๐๐ป
I just figured out that I had to rename gtk-dark.scss
& gtk-dark.css
to gtk.scss
& gtk.css
respectively. Unknown to normal users.. Unless am still doing it wrong ?
Tbh you need to update instructions under gtk theme. Tell us ignorant folk where to put files what to do exactly.