Greatly improved Nautilus and probably other libadwaita apps

This commit is contained in:
Eudaimon 2023-01-04 16:06:49 +01:00
parent adc9b436d2
commit 1615fbdf15
31 changed files with 378 additions and 204 deletions

View file

@ -3005,6 +3005,7 @@ separator {
min-width: 0px;
min-height: 0px;
statusbar &, .osd &, osd & {@include relief($hint_bg);}
headerbar:not(:backdrop) & {@include relief($titlebar_active_bg);}
}

View file

@ -559,6 +559,14 @@ window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #3f3
.path-bar button.slider-button { padding-left: 0; padding-right: 0; }
#NautilusPathBar { background: none; border-radius: 0px; }
.nautilus-list-view listview > row { border-radius: 0px; margin: 0pX; }
#NautilusViewCell { border-radius: 0px; }
#NautilusViewCell box { margin: 0px; }
/************** Tree Views * */
treeview.view { border-left-color: #909194; border-top-color: #3f3e3e; }
@ -1098,6 +1106,8 @@ separator { border-width: 2px; border-style: solid; background-color: #3f3e3e; b
statusbar separator, .osd separator, osd separator { background-color: #203d79; border-left-color: #305cb6; border-top-color: #305cb6; border-right-color: #152951; border-bottom-color: #152951; }
headerbar:not(:backdrop) separator { background-color: #507800; border-left-color: #83c500; border-top-color: #83c500; border-right-color: #2e4500; border-bottom-color: #2e4500; }
/********* Lists * */
list { color: #EDF0F5; background-color: #323232; border-color: #111010; }