cosmic-settings icon indicating copy to clipboard operation
cosmic-settings copied to clipboard

Support recoloring QT apps

Open nonetrix opened this issue 1 year ago • 1 comments

I am not sure if this is the right place, however, since the recoloring that effects Iced and GTK3/4 apps is in settings maybe it is? Anyway, it's nice that it supports GTK but if it supported QT as well that would be great I prefer it personally and a lot of distros leave it with a horrible theme even though it's 2nd most used toolkit

nonetrix avatar Jul 22 '24 00:07 nonetrix

Unrelated, but a more extensive theming API would be neat. But make it explicitly clear that it is unsupported of course and might break apps and shouldn't be used by distros. Maybe a red banner if you open settings or something to discourage distros from shipping it and warning users to disable it first before reporting UI bugs

For example I have KDE themed like this, I don't think this would be possible with Iced apps. I don't mind if it breaks some things I am very aware of that, QT has good model for extra theming support very extensible since it's just SVGs I really like the top gradient :P image

nonetrix avatar Jul 22 '24 00:07 nonetrix

Qt already supports dark/light theme switching if you set QT_QPA_PLATFORMTHEME=xdgdesktopportal environment variable, but accent color does not work yet AFAIK.

equeim avatar Sep 28 '24 14:09 equeim