Research and try out new highlight backgrounds and borders
Closed this issue · 10 comments
With Code 1.21 we have new highlight border options: https://code.visualstudio.com/updates/v1_21#_new-theme-colors-and-removal-of-old-colors
In Plastic v1.7.0, I added a cornflower blue border to word highlight. I'd like to improve the highlighting further. e.g. do we need background colours on words highlighted with a border, or maybe a different background colour?
I can refine this over time.
This seems good so far:
"editor.wordHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#00000000",
"editor.wordHighlightStrongBorder": "#D2D6db",
Word highlight? What am I missing? I tried double-clicking a word. I tried selecting multiple words with Apple-D. I tried searching for a word.
Click a variable to see the borders.
I've never seen this before as the feature does not appear to work in Go or Python, and I don't use Javascript on a regular basis. I'll have to go figure out why as I really like it.
Instead of pure black, why not use your theme color Woodsmoke #181A1F
which is darker than the background of the editor window, but still within the theme palette?
Sorry, what is currently pure black?
Sorry, I should have been more clear. You had pasted this above:
"editor.wordHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#00000000",
"editor.wordHighlightStrongBorder": "#D2D6db",
That's fully transparent, not black.
Weird, now I can't reproduce what I displayed above. I restarted my VSCode, so maybe it was in a funky state.