B00merang-Project / macOS

macOS theme for Gnome and GTK-based desktops
http://b00merang.weebly.com/macos.html
GNU General Public License v3.0
744 stars 118 forks source link

Mojave-light theme, scrollbar is too narrow in most applications #99

Open commadelimited opened 4 years ago

commadelimited commented 4 years ago

First off, great work on this theme. I'm a Mac user with a Linux machine for work and I'm trying to do everything I can to make the environments the same for easy transition.

My main critique right now is that in most applications the scrollbar is too narrow. I took a peek in the theme folder and it appears that it's almost all SCSS, which is great. But I don't know which property to change to increase the width of scrollbars, and I'm not sure how to "reload" the theme once I've changed them. Should it be instant or do I have to manually reload the theme?

Elbullazul commented 4 years ago

It's complicated.

GNOME has 3 types of scrollbar and if you mess with width and don't change some other stuff, you may have margin and padding issues.

Right now, the slider width is set to 8px. If you want to test different sizes, you have to edit the following lines in gtk.css (assuming you have the latest master version): https://github.com/B00merang-Project/macOS/blob/master/gtk-3.20/gtk.css#L1225-L1226

Can you tell me what size you're most comfortable with? Since you're familiar with macOS your opinion is very valuable.

Sorry for the late reply,