Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diff selection indicator line should use menu.separatorBackground instead of menu.border #228825

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

a-stewart
Copy link
Contributor

@a-stewart a-stewart commented Sep 17, 2024

Fixes #228819

Currently the gutter icon background that shows the area of effect of a selection uses menu.border. The problem with this is that there is no default value for this and it is not defined in many themes, including almost all the themes that are bundled with VS Code.

Instead, using menu.separatorBackground, which does have a default value, will ensure that this indicator is visible across most themes.

@a-stewart
Copy link
Contributor Author

@hediet - is this something you would be able to take a quick look at please :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Diff selection uses menu.border to highlight range which is not set for many themes
3 participants