8989 --primary-lightness : 93.33% ;
9090 --primary-alpha : 0.8 ;
9191 --primary-color : # 373e44 ;
92+ --primary-color-icon : invert (0 );
93+ --primary-color-sidebar-item : # fefeff ;
9294
9395 --window-head-hue : var (--primary-hue );
9496 --window-head-saturation : var (--primary-saturation );
@@ -1235,7 +1237,7 @@ span.header-sort-icon img {
12351237}
12361238
12371239.window-sidebar-item : hover , .window-sidebar-item .has-open-contextmenu {
1238- background-color : rgba ( 243 , 243 , 243 , 0.8 ) ;
1240+ background-color : # 5a5d6155 ;
12391241 cursor : pointer;
12401242}
12411243
@@ -1244,7 +1246,7 @@ span.header-sort-icon img {
12441246 margin-top : 2px ;
12451247 padding : 4px ;
12461248 border-radius : 3px ;
1247- color : # 444444 ;
1249+ color : var ( --primary-color ) ;
12481250 font-size : 13px ;
12491251 cursor : pointer;
12501252 transition : 0.15s background-color;
@@ -1256,7 +1258,7 @@ span.header-sort-icon img {
12561258}
12571259
12581260.window-sidebar-item-active , .window-sidebar-item-drag-active , .window-sidebar-item-active : hover {
1259- background-color : # fefeff ;
1261+ background-color : var ( --primary-color-sidebar-item ) ;
12601262}
12611263
12621264.window-sidebar-item-placeholder {
@@ -1404,6 +1406,7 @@ span.header-sort-icon img {
14041406 -moz-user-select : none;
14051407 -webkit-user-select : none;
14061408 -ms-user-select : none;
1409+ filter : var (--primary-color-icon );
14071410}
14081411
14091412.window-action-btn : hover > img {
0 commit comments