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

Selections have become somewhat confusing #58

Open
Tyriar opened this issue Mar 26, 2020 · 1 comment
Open

Selections have become somewhat confusing #58

Tyriar opened this issue Mar 26, 2020 · 1 comment
Assignees
Labels

Comments

@Tyriar
Copy link
Owner

Tyriar commented Mar 26, 2020

I've noticed it's harder to tell what's selection, must have been changes in core?

Looking into it, the main problem is word highlight applying some time after selection which is a bit confusing. I'm trialing this which seems like a better configuration (in Sapphire):

      "editor.wordHighlightStrongBackground": "#0000",
      "editor.wordHighlightStrongBorder": "#399ef4",
      "editor.wordHighlightBackground": "#0000",
      "editor.wordHighlightBorder": "#399ef4",
      "editor.selectionHighlightBackground": "#399ef440",
      "editor.selectionBackground": "#399ef480"

This moves word highlight to the border and makes strong (definition) the same as normal (reference). Additionally it makes selection brighter than selection highlight, I'm not sure why it was like this, I may have changed it to give contrast in some case which inverted them.

image

@Tyriar Tyriar added the bug label Mar 26, 2020
@Tyriar Tyriar self-assigned this Mar 26, 2020
@Tyriar
Copy link
Owner Author

Tyriar commented Mar 26, 2020

Also a relatively new addition is to flash the symbol briefly when you go to it, this is particularly useful when you go to the same symbol (eg. variable definition is the only reference). This would remove the background flash and just flash the blue focus color:

"editor.symbolHighlightBackground": "#0000",
"editor.symbolHighlightBorder": "#399ef4"

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

No branches or pull requests

1 participant