gadenbuie / rsthemes

🔮 Full RStudio IDE and Syntax Themes
https://www.garrickadenbuie.com/project/rsthemes/
Other
578 stars 43 forks source link

Vertical scroll track covers characters #75

Closed dragosmg closed 2 years ago

dragosmg commented 2 years ago

Thanks again for all this functionality and for sorting out issues quickly. I hope you don't mind, but I have another one.

The scroll track is the same colour as the background, but a different object which is in a plane in front of the text / code. In the example below it covers part of the E in FALSE and the closing bracket. In some scripts it's more subtle than that and sometimes it's difficult to immediately see if a parenthesis is closed without switching theme.

What do you think? Is this something worth addressing?

Using the {rsthemes} Solarized Dark theme

image

Using the RStudio Solarized Dark theme

image

A similar issue is present also when selecting the appearance in Global Options: {rsthemes} theme

image

RStudio theme

image
dragosmg commented 2 years ago

Not sure whether this is relevant, but I see the the above both on an M1 Mac (running RStudio under Rosetta2) and an Intel Mac.

gadenbuie commented 2 years ago

Thanks for reporting, this has been bugging me too but was a little tricky to resolve. I've fixed the general scrollbar issue in #76, so now the scrollbar background is slightly opaque

image

It looks like RStudio's hiding the scrollbars in the global options panel, but fixing it isn't a big priority for me, sorry. That area tends to be full of very specialized CSS that isn't easy to maintain, so I'm okay living with it. If there's another area of the menu where's its especially painful, please let me know.

dragosmg commented 2 years ago

Cool. Thanks, opacity works just fine. Tbh it was the source pane that was mostly bothering me, I included the global options example as I thought it was relevant. Super cool and super speedy. Many thanks.

dragosmg commented 2 years ago

Same chunk of code as before with improve transparency:

image

🙇🏻‍♂️