Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HamzehTamimi opened this issue May 16, 2024 · 0 comments

Comments

@HamzehTamimi
Copy link

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; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant