github-vscode-theme
github-vscode-theme copied to clipboard
Text overflow when clicking "Go to definition"
Description
Steps to reproduce
You have to enable "Sticky scroll"
- Click "Go to definition"
- Scroll a bit and you will see that sticky text has transparent background
Version
v6.3.4
Theme
GitHub Dark Dimmed
This issue affects all the other dark color themes of GitHub Theme as well:

The light color themes work fine tho.
Until the extension gets updated, adding
"peekViewEditorStickyScroll.background": "#171b22"
to workbench.colorCustomizations in user setting JSON fixes the issue for the dark default version.