Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.
GNU General Public License v2.0
656
stars
54
forks
source link
Mate Panel menu bar colors are inccorect in standard Canta theme. #105
However the Gnome logo on the bar is still black. I have yet to figure out how to change it.
Another issue is.
Terminal text color is too bright for a white background, thus one has to customize it to make it work right.
I will look into fixing this one later.
The Menu Bar itself is dark and the text is dark. I was able to fix the text by adding
`}
/ this makes text readable with all kind of wallpapers if using a transparent panel / /Limit this to the panel itself, keeping it off the menus/
PanelApplet label,
.mate-panel-menu-bar menubar > menuitem { color: $panel_secondary_fg_color; text-shadow: 1px 1px alpha (#000000, 0.8); }
` to _mate.scss
However the Gnome logo on the bar is still black. I have yet to figure out how to change it.
Another issue is. Terminal text color is too bright for a white background, thus one has to customize it to make it work right. I will look into fixing this one later.
Thank you friend!