Closed anuragunnikannan closed 1 year ago
It also affects me, but solution was found simple.
Qogir/cinnamon/cinnamon.css
.grouped-window-list-thumbnail-menu
attributes.grouped-window-list-thumbnail-menu .item-box {
padding: 6px;
border-radius: 2px;
spacing: 4px;
background-color: #2c2c2c; /* <--- */
}
.grouped-window-list-thumbnail-menu .item-box:selected {
background-color: rgba(255, 255, 255, 0.33);
background-color: #585858; /* <--- */
}
But this file is generated from the source css/scss files, so we need to modify them to completely fix the issue.
Unfortunately this problem is found in other themes including the ones by vinceliuice. I hope the cinnamon environment be supported well😇
cinnamon-2023-05-14T152753+0530.webm
In Lavanda gtk theme, there is a nice border on window previews on the panel, but in Qogir-dark, it is transparent hence making it difficult to read. It would be nice, if it is made opaque as before.