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

Cinnamon menu color bug #232

Open
ghost opened this issue Apr 10, 2022 · 1 comment
Open

Cinnamon menu color bug #232

ghost opened this issue Apr 10, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 10, 2022

Hello,

there is a bug in the Cinnamon menu of Cinnamon 5.2.7 where the background colors of the application sub menus are not correct. See the screenshot for more details.

vimix-beryl-cinnamon-menu

@oleglnk
Copy link

oleglnk commented Nov 20, 2023

Solution:

  1. Go to $HOME/.themes/vimix-here-theme-name/cinnamon
  2. Open cinnamon.css and find such code (it should be on lines 1605-1610)
.menu StScrollView.menu-application-button {
  padding: 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #363636;
}
  1. Change background-color value to #eeeeee or whatever you want
  2. Restart Cinnamon

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