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

Compare commits

...

3 Commits

Author SHA1 Message Date
Alice Mikhaylenko
75013d3a92 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-23 13:34:06 +00:00
Martin
58450f8f22 Update Slovenian translation 2024-06-23 13:13:23 +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
2 changed files with 242 additions and 234 deletions

469
po/sl.po

File diff suppressed because it is too large Load Diff

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));
}