pop-os / gtk-theme

System76 Pop GTK+ Theme
GNU General Public License v3.0
781 stars 80 forks source link

fix(apps): add nautilus pathbar styling #486

Closed isantop closed 3 years ago

isantop commented 3 years ago

More or less, this copies the styling from the Adwaita.css styling with modifications for Pop. It should be fairly minimal on Pop, and only draws a slight border around the pathbar while making a couple of modifications to the buttons to help them blend with the new parent-widget styling better. Looks good to me visually in both light and dark, with both focused and backdrop windows:

DeepinScreenshot_select-area_20201112171849

DeepinScreenshot_select-area_20201112172015

DeepinScreenshot_select-area_20201112172127

image

The styling is intended to help distinguish the pathbar from entries, which might lead the user to believe they can click in the entry to type (which isn't currently possible).

Fixes #480

TechnologyMan101 commented 3 years ago

Looks good!