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

Line highlighting differs #8945

Closed
csholmq opened this issue Jul 8, 2016 · 3 comments
Closed

Line highlighting differs #8945

csholmq opened this issue Jul 8, 2016 · 3 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Milestone

Comments

@csholmq
Copy link

csholmq commented Jul 8, 2016

Don't know when this changed, but with the new Find and replace line highlighting (#2792) I realize that the normal line highlighting is very different. And somewhat invisible.

Normal line highlighting with thin, thin line. (IMO too subtle)
image

New Find and replace line highlighting. This was the default several versions back.
image

1.4.0-insider
Win10

@joaomoreno
Copy link
Member

cc @sandy081

@alexdima
Copy link
Member

@csholmq I've added recently that the current find match also adds a full line decoration to help in spotting the current match easier (100% the same decoration as the go to line decoration, for example).

Here is how things work:

  • the current line highlight (the one with thin borders) is the default one in the VSDark or VSDark+ theme. You can pick a different theme to get a different rendering. This current line highlight is shown when there is no selection -- irrespective of the find widget
  • the current match highlight + the current match line highlight -- this one is shown when doing F3 or find next match, etc to help in spotting the match.

How would you expect them to interact?

find-match

@alexdima alexdima added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Jul 11, 2016
@alexdima alexdima added this to the Backlog milestone Jul 11, 2016
@csholmq
Copy link
Author

csholmq commented Oct 26, 2016

@alexandrudima My complaint was with the default themes, indeed. Now that I have switched to Monokai theme I don't have this issue.

I believe the current line highlight is too subtle in the default theme, but that's just me.

@csholmq csholmq closed this as completed Oct 26, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants