You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
CuriousxOctopus
changed the title
Mate Panel menu bar colors are inccorrect in standard Canta theme.
Mate Panel menu bar colors are inccorect in standard Canta theme.
Nov 10, 2021
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!
The text was updated successfully, but these errors were encountered: