mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Greatly improved Nautilus and probably other libadwaita apps
This commit is contained in:
parent
adc9b436d2
commit
1615fbdf15
31 changed files with 378 additions and 204 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue