FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
72 stars 8 forks source link

Colors are hardcoded #12

Open qwertychouskie opened 1 year ago

qwertychouskie commented 1 year ago

As far as I can tell, currently all colors are hard-coded. It would be much preferred to pull the colors from somewhere configurable. I think pulling it straight from ~/.config/gtk-4.0/gtk.css would be ideal, as then it would work with Gradience out-of-the-box, but pulling from a QT color scheme would also probably be fine.

grulja commented 1 year ago

This is definitely something we want to do in the future.

coxackie commented 4 days ago

Is there any update on this? Qt apps are among the few ones that do not respect ~/.config/gtk-4.0/gtk.css, and it is quite distracting visually.

grulja commented 2 days ago

Sorry, no update on this.