kevinsawicki / monokai

Monokai Atom Syntax theme
241 stars 133 forks source link

add pretty scroll bars #1

Closed james2doyle closed 10 years ago

james2doyle commented 10 years ago

Style the ugly default webkit scrollers in the editor pane. width/height is based on em so that the font size decides the dimensions. Maybe others like it a little thicker but I thought 0.5 was a good place to start.

kevinsawicki commented 10 years ago

Can you post a screenshot?

james2doyle commented 10 years ago

screen shot 2014-02-27 at 2 08 53 pm

jasonmit commented 10 years ago

I've styled them but for whatever reason every time I restart atom the styles for the scrollbars do not reapply. I have to toggle the tree view on/off before they will reapply.

james2doyle commented 10 years ago

Yeah there seems to be some issues with styling the scrollbars. I think its a webkit thing, not an Atom thing.

jasonmit commented 10 years ago

Yes, it's a webkit issue. The hack around for atom would be to toggle/repaint the tree view on load.

james2doyle commented 10 years ago

It looks like its using native scroll bars now... I removed the code I was using and it seems its just the normal ones that are native to OSX now. Am I confused or did they change for anyone else?

kevinsawicki commented 10 years ago

@james2doyle do the custom scrollbars still show if you have the When scrolling setting selected?

screen shot 2014-03-01 at 2 14 12 pm

james2doyle commented 10 years ago

No actually, it looks like they are gone now. I personally think it's better with the system ones, and the with scrolling on. But I can see how some people would want to customize them.

I'll close this since it is a non-issue now.