1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Alice Mikhaylenko
7d5edbe39b Merge branch 'wip/alice/neutral-grid' into 'main'
Draft: style: Change file view accent color to grey

See merge request GNOME/nautilus!1539
2024-06-22 12:55:41 +00:00
Alice Mikhaylenko
7387315179 style: Change file view accent color to grey
Same as file chooser, we'll need this in case 47 ships without the new
grid.
2024-06-17 21:15:16 +04:00

View File

@ -327,3 +327,10 @@ label.encrypted_zip {
rubberband {
border-radius: 6px;
}
.nautilus-list-view listview,
.nautilus-grid-view gridview,
.nautilus-network-view listview {
--accent-bg-color: #959595;
--accent-color: oklab(from var(--accent-bg-color) var(--standalone-color-oklab));
}