linuxmint / mint-themes

Mint-X, Mint-Y..
205 stars 117 forks source link

Third party icon packs can't theme minimize, maximize & close buttons of gtk3 apps when using Mint-Y theme #474

Open HamzehTamimi opened 2 months ago

HamzehTamimi commented 2 months ago

Here is example of themed buttons on some apps: 330461969-918e6499-e5cd-494c-9f86-d91b66e0d3a1

But on ther apps it is not themed: 330462050-8590ce32-b4a3-48e7-801b-5365e57c0824

The cause of this is a line in /usr/share/themes/Mint-Y-(Whatever viariant)/gtk-3.0/gtk.css

-gtk-icon-theme: "Mint-Y";

in:

headerbar button.titlebutton.minimize, .titlebar button.titlebutton.close, .titlebar button.titlebutton.maximize, .titlebar button.titlebutton.minimize { -gtk-icon-theme: "Mint-Y"; background-color: transparent; background-size: 18px 18px; background-position: center; background-repeat: no-repeat; border-width: 0; }