B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
822 stars 119 forks source link

Update for cinnamon 4.x #138

Closed ShadowWarfare closed 4 years ago

ShadowWarfare commented 5 years ago

Please update this theme for Cinnamon 4.0 which was released awhile ago.

leogx9r commented 5 years ago

The dark variant works just fine on Cinnamon v4.0.2 ( and lower ).

Cinnamon 4.0.2

Elbullazul commented 5 years ago

@Skynet100Gaming what is broken and how? post screenshots to illustrate the issues.

dominichayesferen commented 5 years ago

Grouped Window List, primarily.

comnuoc commented 5 years ago

@feren I'm using Linux mint 19.1 and I added some classes for 'Grouped window list' applet:

.grouped-window-list-item-box {
    border: 0;
}

.grouped-window-list-item-box:hover {
    font-weight: normal;
    border-image: url("panel-assets/bottom-item-hover.svg") 4;
}

.panel-bottom .grouped-window-list-item-box:active,
.panel-bottom .grouped-window-list-item-box:checked {    
    font-weight: normal;
    border-image: url("panel-assets/bottom-item-active-hover.svg") 8;
    color: #fff;
}

.panel-bottom .grouped-window-list-item-box:active:hover,
.panel-bottom .grouped-window-list-item-box:checked:hover,
.panel-bottom .grouped-window-list-item-box:focus {
    font-weight: normal;
    border-image: url("panel-assets/bottom-item-active.svg") 4;
    color: #fff;
}

.grouped-window-list-thumbnail-menu {
    padding: 20px;
    font-size: 9pt;
    color: white;
}

.grouped-window-list-thumbnail-menu .item-box {
    padding: 10px;
    spacing: 4px;
}

.grouped-window-list-thumbnail-menu .item-box:outlined {
    border-image: url("background-assets/hover3.svg") 4;
}

.grouped-window-list-thumbnail-menu .item-box:selected {
    border-image: url("background-assets/hover3.svg") 4;
}

/*
.grouped-window-list-thumbnail-menu .item-box:outlined {
    border: 1px solid #b3dcff;
    background-color: #e5f3ff;
    color: #262626;
}

.grouped-window-list-thumbnail-menu .item-box:selected {
    border: 1px solid #b3dcff;
    background-color: #e5f3ff;
    color: #262626;
}
*/
dominichayesferen commented 5 years ago

@comnuoc Wanna Pull Request?

comnuoc commented 5 years ago

@feren Need to add more classes for 'Grouped Window List' applet, but I don't have time yet. I hope another one can create a complete pull request.

Elbullazul commented 4 years ago

Migration completed