vinceliuice / Matcha-gtk-theme

Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
https://www.pling.com/p/1187179/
GNU General Public License v3.0
743 stars 67 forks source link

Support for cinnamon's cinnamenu applet. #178

Closed fredcw closed 2 years ago

fredcw commented 3 years ago

The class .menu-category-button-hover{} in cinnamon.css is only used by cinnamenu applet but at the moment it's bright red.

.menu-category-button-hover {
  background-color: red;
  border-radius: 2px;
}

Screenshot from 2021-07-10 15-16-24

I have included a temporary fix in cinnamenu for all the Matcha themes which I will remove if/when the themes are fixed. To temporarily remove the fixes from cinnamenu, just delete the lines in the applet's buttons.js file that contain "Matcha".

Thanks.

vinceliuice commented 2 years ago

Fixed!

fredcw commented 2 years ago

Thanks.