AdsonCicilioti / yaru-vscode

Yaru VS Code Theme based on Official Ubuntu System Colors.
MIT License
11 stars 0 forks source link

Scrollbar handle masks annotations #6

Open Cilyan opened 3 years ago

Cilyan commented 3 years ago

There seem to be an issue (with recent VSCode versions?) with the opacity of the scrollbar handle. An image is probably worth many words here:

yaru-dark-diff-issue

See the scrollbar. There are annotations to mark which lines in the documents are different between left and right. When the handle is over them, they are not visible anymore. When hovering the cursor over the scrollbar handle, the annotations can be seen through the handle. All annotations are affected, diff, diagnostics (errors/warnings/...), VCS, ...

Expected behavior: like the other themes, the annotations are visible even when the handle is over them and the cursor doesn't hover the handle.

AdsonCicilioti commented 3 years ago

There seem to be an issue (with recent VSCode versions?) with the opacity of the scrollbar handle. An image is probably worth many words here:

yaru-dark-diff-issue

See the scrollbar. There are annotations to mark which lines in the documents are different between left and right. When the handle is over them, they are not visible anymore. When hovering the cursor over the scrollbar handle, the annotations can be seen through the handle. All annotations are affected, diff, diagnostics (errors/warnings/...), VCS, ...

Expected behavior: like the other themes, the annotations are visible even when the handle is over them and the cursor doesn't hover the handle.

Thanks for your feedback. coming this fix.