-
Notifications
You must be signed in to change notification settings - Fork 35
Selections have become somewhat confusing #58
Copy link
Copy link
Open
Labels
Description
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.
Reactions are currently unavailable
