primer / github-vscode-theme

GitHub's VS Code themes
https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
MIT License
1.89k stars 189 forks source link

Text overflow when clicking "Go to definition" #361

Open mordgard opened 1 year ago

mordgard commented 1 year ago

Description

Screenshot 2023-04-06 at 3 24 58 PM

Steps to reproduce

You have to enable "Sticky scroll"

  1. Click "Go to definition"
  2. Scroll a bit and you will see that sticky text has transparent background

Version

v6.3.4

Theme

GitHub Dark Dimmed

nNoidea commented 1 year ago

This issue affects all the other dark color themes of GitHub Theme as well: image image image image

The light color themes work fine tho.

nNoidea commented 1 year ago

Until the extension gets updated, adding

"peekViewEditorStickyScroll.background": "#171b22"

to workbench.colorCustomizations in user setting JSON fixes the issue for the dark default version.