B00merang-Project / Windows-10-Dark

Dark variant of Windows 10 theme
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
298 stars 35 forks source link

Any custom panel color for cinnamon? #28

Closed GitUser445 closed 4 years ago

GitUser445 commented 4 years ago

Screenshot from 2020-07-14 19-13-30 That is ugly as fuck. Is there any way I can change the panel color? I believe there was also an issue about this, but I have cinnamon. Could it work this way? I want it at least to be lighter than the EXACT same color. LM 19.3 Cinnamon. I'm no techie btw.

dominichayesferen commented 4 years ago

In cinnamon.css (the theme/cinnamon/cinnamon.css), the panel background is the background value of the #panel area.

Elbullazul commented 4 years ago

@GitUser445

what color do you want to use? I'll post a snippet you can use to change that with instructions afterwards

GitUser445 commented 4 years ago

@Elbullazul

2e2e2e is the hex code for it. just anything other than the same dark black as my wallpaper 0_0.

Elbullazul commented 4 years ago

in cinnamon/cinnamon.css, replace

#panel {
  background-color: rgba(0, 0, 0, 0.65);
  ...
}

with

#panel {
  background-color: #2e2e2e;
  ...
}