UbuntuBudgie / pocillo-gtk-theme

GTK+ 3.22 & GTK+ 4 based theme for the Budgie Desktop that has Material Design elements and styled using the Arc colour palette
https://ubuntubudgie.org
GNU General Public License v2.0
47 stars 10 forks source link

Adjusting spacing for Nemo Sidebar Buttons and Titlebar #21

Closed rainer2208 closed 4 years ago

rainer2208 commented 4 years ago

Make Nemo look a little more like Nautilus could significantly increase the appeal.

What could enhance the looks would be making the sidebar buttons higher, as well as increasing the height of the title bar.

Here is the code for the GTK-3 theme. The changes need to be retrofit into the sass code.

Line 1.207:

.ssd decoration { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); padding-top: 14px; padding-bottom: 14px; / added padding top and bottom / }

This increases the height of the title in Nemo and Gtk-2 applications, so they match height of the title bar in Nautilus.

Line 6.676:

.nemo-window scrolledwindow.frame .view:not(:selected) { background-color: transparent; padding-top: 4px; padding-bottom: 3px; / added top and bottom padding / }

This increase the height of the buttons in Nemo’s sidebar. The buttons now match the height of the buttons in Nautilus’ sidebar.

Screenshot from 2019-11-26 17-37-13