nealmckee / penumbra_vscode

Penumbra VSCode Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrollbar slider is not translucent

ghaskins99 opened this issue · comments

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

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