nealmckee / penumbra_vscode

Penumbra VSCode Theme
MIT License
24 stars 2 forks source link

Scrollbar slider is not translucent #7

Open ghaskins99 opened 2 years ago

ghaskins99 commented 2 years ago

Since the colour for scrollbarslider.background is #RRGGBB instead of #RRGGBBAA, it is opaque and covers things in the scrollbar area such as the current place in a file, errors, or diff markers. I'm using

"workbench.colorCustomizations": {
        "[Penumbra Dark]": {
            "scrollbarSlider.background": "#3e4044a9"
        }
    },

for now, but it looks off. This probably applies to active & hover as well but this is the most noticeable

dahjelle commented 2 years ago

I've noticed this issue, too. Here's a GIF … the bit that is most annoying is the lighter thumb that is visible when an editor is active that obscures the diff marker.

penumbra