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

Mate Panel menu bar colors are inccorect in standard Canta theme. #105

Open
CuriousxOctopus opened this issue Nov 10, 2021 · 0 comments
Open

Comments

@CuriousxOctopus
Copy link

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!

@CuriousxOctopus 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
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